Html Css Color HEX #D72586 Deep Cerise

📋 copy color: '#D72586'

red 215 ◦ green 37 ◦ blue 134

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

Shades of Deep Cerise #D72586

Tints of Deep Cerise #D72586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.59%

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

R = 55.7%
G = 9.59%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D72586 (or 0xD72586) is known color: Deep Cerise. HEX triplet: D7, 25 and 86. RGB value is (215,37,134). Sum of RGB (Red+Green+Blue) = 215+37+134=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D72586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72586 is #28DA79. Grayscale: #656565. Windows color (decimal): -2677370 or 8791511. OLE color: 8791511.

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

Color convert

RGB 215 37 134 -
CMYK 0 0.83 0.38 0.16
HSL 327.3º 0.71% 0.49% -
HSV(B) 327.3º 0.83% 0.84% -
XYZ 32.99 17.49 24.19 -
YUV 101.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 215 37 134 0 0.83 0.38 0.16 327.3 0.71 0.49
Hex D7 25 86 0 53 26 10 147 47 31
Octal 327 45 206 0 123 46 20 507 107 61
Binary 11010111 100101 10000110 0 1010011 100110 10000 101000111 1000111 110001

Color Harmonies of #D72586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72586

Black with #D72586

Text Example


Text Example

White with #D72586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72586; }

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

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

background-color css

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

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

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

border-color css

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

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

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