Html Css Color HEX #D72A71 Cerise

📋 copy color: '#D72A71'

red 215 ◦ green 42 ◦ blue 113

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

Shades of Cerise #D72A71

Tints of Cerise #D72A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.35%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 58.11%
G = 11.35%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D72A71 (or 0xD72A71) is known color: Cerise. HEX triplet: D7, 2A and 71. RGB value is (215,42,113). Sum of RGB (Red+Green+Blue) = 215+42+113=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A71 is #28D58E. Grayscale: #656565. Windows color (decimal): -2676111 or 7416535. OLE color: 7416535.

HSL color Cylindrical-coordinate representation of color #D72A71: hue angle of 335.38º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A71 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 113 -
CMYK 0 0.80 0.47 0.16
HSL 335.38º 0.68% 0.5% -
HSV(B) 335.38º 0.8% 0.84% -
XYZ 31.83 17.3 17.28 -
YUV 101.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 215 42 113 0 0.80 0.47 0.16 335.38 0.68 0.5
Hex D7 2A 71 0 50 2F 10 14F 44 32
Octal 327 52 161 0 120 57 20 517 104 62
Binary 11010111 101010 1110001 0 1010000 101111 10000 101001111 1000100 110010

Color Harmonies of #D72A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A71

Black with #D72A71

Text Example


Text Example

White with #D72A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A71; }

 p { color: rgb(215,42,113); }

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

background-color css

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

 a { background-color: rgb(215,42,113); }

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

border-color css

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

 span { border-color: rgb(215,42,113); }

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