Html Css Color HEX #D72F86 Deep Cerise

📋 copy color: '#D72F86'

red 215 ◦ green 47 ◦ blue 134

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

Shades of Deep Cerise #D72F86

Tints of Deep Cerise #D72F86

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.87%

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

R = 54.29%
G = 11.87%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D72F86 (or 0xD72F86) is known color: Deep Cerise. HEX triplet: D7, 2F and 86. RGB value is (215,47,134). Sum of RGB (Red+Green+Blue) = 215+47+134=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F86 is #28D079. Grayscale: #6A6A6A. Windows color (decimal): -2674810 or 8794071. OLE color: 8794071.

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

Color convert

RGB 215 47 134 -
CMYK 0 0.78 0.38 0.16
HSL 328.93º 0.68% 0.51% -
HSV(B) 328.93º 0.78% 0.84% -
XYZ 33.34 18.2 24.31 -
YUV 107.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 215 47 134 0 0.78 0.38 0.16 328.93 0.68 0.51
Hex D7 2F 86 0 4E 26 10 149 44 33
Octal 327 57 206 0 116 46 20 511 104 63
Binary 11010111 101111 10000110 0 1001110 100110 10000 101001001 1000100 110011

Color Harmonies of #D72F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F86

Black with #D72F86

Text Example


Text Example

White with #D72F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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