Html Css Color HEX #D72A70 Cerise

📋 copy color: '#D72A70'

red 215 ◦ green 42 ◦ blue 112

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

Shades of Cerise #D72A70

Tints of Cerise #D72A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 58.27%
G = 11.38%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D72A70 (or 0xD72A70) is known color: Cerise. HEX triplet: D7, 2A and 70. RGB value is (215,42,112). Sum of RGB (Red+Green+Blue) = 215+42+112=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A70 is #28D58F. Grayscale: #656565. Windows color (decimal): -2676112 or 7350999. OLE color: 7350999.

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

Color convert

RGB 215 42 112 -
CMYK 0 0.80 0.48 0.16
HSL 335.72º 0.68% 0.5% -
HSV(B) 335.72º 0.8% 0.84% -
XYZ 31.78 17.27 16.99 -
YUV 101.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 215 42 112 0 0.80 0.48 0.16 335.72 0.68 0.5
Hex D7 2A 70 0 50 30 10 150 44 32
Octal 327 52 160 0 120 60 20 520 104 62
Binary 11010111 101010 1110000 0 1010000 110000 10000 101010000 1000100 110010

Color Harmonies of #D72A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A70

Black with #D72A70

Text Example


Text Example

White with #D72A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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