Html Css Color HEX #D72FA6 Deep Cerise

📋 copy color: '#D72FA6'

red 215 ◦ green 47 ◦ blue 166

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

Shades of Deep Cerise #D72FA6

Tints of Deep Cerise #D72FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.79%

R = 50.23%
G = 10.98%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D72FA6 (or 0xD72FA6) is known color: Deep Cerise. HEX triplet: D7, 2F and A6. RGB value is (215,47,166). Sum of RGB (Red+Green+Blue) = 215+47+166=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72FA6 is #28D059. Grayscale: #6E6E6E. Windows color (decimal): -2674778 or 10891223. OLE color: 10891223.

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

Color convert

RGB 215 47 166 -
CMYK 0 0.78 0.23 0.16
HSL 317.5º 0.68% 0.51% -
HSV(B) 317.5º 0.78% 0.84% -
XYZ 35.92 19.23 37.9 -
YUV 110.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 215 47 166 0 0.78 0.23 0.16 317.5 0.68 0.51
Hex D7 2F A6 0 4E 17 10 13E 44 33
Octal 327 57 246 0 116 27 20 476 104 63
Binary 11010111 101111 10100110 0 1001110 10111 10000 100111110 1000100 110011

Color Harmonies of #D72FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FA6

Black with #D72FA6

Text Example


Text Example

White with #D72FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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