Html Css Color HEX #D72B86 Deep Cerise

📋 copy color: '#D72B86'

red 215 ◦ green 43 ◦ blue 134

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

Shades of Deep Cerise #D72B86

Tints of Deep Cerise #D72B86

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.97%

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 54.85%
G = 10.97%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D72B86 (or 0xD72B86) is known color: Deep Cerise. HEX triplet: D7, 2B and 86. RGB value is (215,43,134). Sum of RGB (Red+Green+Blue) = 215+43+134=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72B86 is #28D479. Grayscale: #686868. Windows color (decimal): -2675834 or 8793047. OLE color: 8793047.

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

Color convert

RGB 215 43 134 -
CMYK 0 0.8 0.38 0.16
HSL 328.26º 0.68% 0.51% -
HSV(B) 328.26º 0.8% 0.84% -
XYZ 33.19 17.9 24.26 -
YUV 104.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 215 43 134 0 0.8 0.38 0.16 328.26 0.68 0.51
Hex D7 2B 86 0 50 26 10 148 44 33
Octal 327 53 206 0 120 46 20 510 104 63
Binary 11010111 101011 10000110 0 1010000 100110 10000 101001000 1000100 110011

Color Harmonies of #D72B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B86

Black with #D72B86

Text Example


Text Example

White with #D72B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B86; }

 p { color: rgb(215,43,134); }

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

background-color css

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

 a { background-color: rgb(215,43,134); }

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

border-color css

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

 span { border-color: rgb(215,43,134); }

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