Html Css Color HEX #D72574 Deep Cerise

📋 copy color: '#D72574'

red 215 ◦ green 37 ◦ blue 116

#D72574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D72574

Tints of Deep Cerise #D72574

RGB

 RED value IS 215 (84.38% from 255) = 58.42%

 GREEN value IS 37 (14.84% from 255) = 10.05%

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 58.42%
G = 10.05%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D72574 (or 0xD72574) is known color: Deep Cerise. HEX triplet: D7, 25 and 74. RGB value is (215,37,116). Sum of RGB (Red+Green+Blue) = 215+37+116=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D72574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72574 is #28DA8B. Grayscale: #636363. Windows color (decimal): -2677388 or 7611863. OLE color: 7611863.

HSL color Cylindrical-coordinate representation of color #D72574: hue angle of 333.37º 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 #D72574 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 37 116 -
CMYK 0 0.83 0.46 0.16
HSL 333.37º 0.71% 0.49% -
HSV(B) 333.37º 0.83% 0.84% -
XYZ 31.84 17.03 18.13 -
YUV 99.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 215 37 116 0 0.83 0.46 0.16 333.37 0.71 0.49
Hex D7 25 74 0 53 2E 10 14D 47 31
Octal 327 45 164 0 123 56 20 515 107 61
Binary 11010111 100101 1110100 0 1010011 101110 10000 101001101 1000111 110001

Color Harmonies of #D72574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72574

Black with #D72574

Text Example


Text Example

White with #D72574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72574; }

 p { color: rgb(215,37,116); }

 H1.HeaderClassName
 {
   color: #D72574;
 }
 .AnyTagClassName
 {
   color: #D72574;
 }
</style>

background-color css

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

 a { background-color: rgb(215,37,116); }

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

border-color css

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

 span { border-color: rgb(215,37,116); }

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