Html Css Color HEX #D72971 Cerise

📋 copy color: '#D72971'

red 215 ◦ green 41 ◦ blue 113

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

Shades of Cerise #D72971

Tints of Cerise #D72971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.11%

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

R = 58.27%
G = 11.11%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D72971 (or 0xD72971) is known color: Cerise. HEX triplet: D7, 29 and 71. RGB value is (215,41,113). Sum of RGB (Red+Green+Blue) = 215+41+113=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D72971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72971 is #28D68E. Grayscale: #656565. Windows color (decimal): -2676367 or 7416279. OLE color: 7416279.

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

Color convert

RGB 215 41 113 -
CMYK 0 0.81 0.47 0.16
HSL 335.17º 0.69% 0.5% -
HSV(B) 335.17º 0.81% 0.84% -
XYZ 31.8 17.23 17.27 -
YUV 101.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 215 41 113 0 0.81 0.47 0.16 335.17 0.69 0.5
Hex D7 29 71 0 51 2F 10 14F 45 32
Octal 327 51 161 0 121 57 20 517 105 62
Binary 11010111 101001 1110001 0 1010001 101111 10000 101001111 1000101 110010

Color Harmonies of #D72971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72971

Black with #D72971

Text Example


Text Example

White with #D72971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72971; }

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

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

background-color css

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

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

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

border-color css

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

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

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