#d7247d

Color #D7247D Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D7247D

Tints of Deep Cerise #D7247D

Color information

#D7247D (or 0xD7247D) is unknown color: approx Deep Cerise. HEX triplet: D7, 24 and 7D. RGB value is (215,36,125). Sum of RGB (Red+Green+Blue) = 215+36+125=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7247D is #28DB82. Grayscale: #636363. Windows color (decimal): -2677635 or 8201431. OLE color: 8201431.

HSL color Cylindrical-coordinate representation of color #D7247D: hue angle of 330.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7247D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21536125-
CMYK00.830.420.16
HSL330.17º71.31%49.22%-
HSV(B)330.17º83.26%84.31%-
XYZ32.3617.1921.01-
YUV99.67142.3210.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 57.18%
GREEN value IS 36 (14.45% from 255) = 9.57%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=57.18%
G=9.57%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153612500.830.420.16330.1771.3149.22
HexD7247D0532A1014a4731
Octal327441750123522051210761
Binary11010111100100111110101010011101010100001010010101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7247d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7247d; }

 p { color: rgb(215,36,125); }

 H1.HeaderClassName
 {
   color: #d7247d;
 }
 .AnyTagClassName
 {
   color: #d7247d;
 }
</style>
background-color css

<style>
 a { background-color: #d7247d; }

 a { background-color: rgb(215,36,125); }

 div.DivClassName
 {
   background-color: #d7247d;
 }
 .BgClassName
 {
   background-color: #d7247d;
 }
</style>
border-color css

<style>
 span { border-color: #d7247d; }

 span { border-color: rgb(215,36,125); }

 td.TdClassName
 {
   border-color: #d7247d;
 }
 .TagClassName
 {
   border-color: #d7247d;
 }
</style>