Html Css Color HEX #D72774 Deep Cerise

📋 copy color: '#D72774'

red 215 ◦ green 39 ◦ blue 116

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

Shades of Deep Cerise #D72774

Tints of Deep Cerise #D72774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.54%

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

R = 58.11%
G = 10.54%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D72774 (or 0xD72774) is known color: Deep Cerise. HEX triplet: D7, 27 and 74. RGB value is (215,39,116). Sum of RGB (Red+Green+Blue) = 215+39+116=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D72774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72774 is #28D88B. Grayscale: #646464. Windows color (decimal): -2676876 or 7612375. OLE color: 7612375.

HSL color Cylindrical-coordinate representation of color #D72774: hue angle of 333.75º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72774 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 39 116 -
CMYK 0 0.82 0.46 0.16
HSL 333.75º 0.69% 0.5% -
HSV(B) 333.75º 0.82% 0.84% -
XYZ 31.9 17.16 18.15 -
YUV 100.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 215 39 116 0 0.82 0.46 0.16 333.75 0.69 0.5
Hex D7 27 74 0 52 2E 10 14E 45 32
Octal 327 47 164 0 122 56 20 516 105 62
Binary 11010111 100111 1110100 0 1010010 101110 10000 101001110 1000101 110010

Color Harmonies of #D72774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72774

Black with #D72774

Text Example


Text Example

White with #D72774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72774; }

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

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

background-color css

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

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

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

border-color css

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

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

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