Html Css Color HEX #D72A6D Cerise

📋 copy color: '#D72A6D'

red 215 ◦ green 42 ◦ blue 109

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

Shades of Cerise #D72A6D

Tints of Cerise #D72A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 58.74%
G = 11.48%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D72A6D (or 0xD72A6D) is known color: Cerise. HEX triplet: D7, 2A and 6D. RGB value is (215,42,109). Sum of RGB (Red+Green+Blue) = 215+42+109=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A6D is #28D592. Grayscale: #656565. Windows color (decimal): -2676115 or 7154391. OLE color: 7154391.

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

Color convert

RGB 215 42 109 -
CMYK 0 0.80 0.49 0.16
HSL 336.76º 0.68% 0.5% -
HSV(B) 336.76º 0.8% 0.84% -
XYZ 31.61 17.21 16.12 -
YUV 101.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 215 42 109 0 0.80 0.49 0.16 336.76 0.68 0.5
Hex D7 2A 6D 0 50 31 10 151 44 32
Octal 327 52 155 0 120 61 20 521 104 62
Binary 11010111 101010 1101101 0 1010000 110001 10000 101010001 1000100 110010

Color Harmonies of #D72A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A6D

Black with #D72A6D

Text Example


Text Example

White with #D72A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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