Html Css Color HEX #D72DA6 Deep Cerise

📋 copy color: '#D72DA6'

red 215 ◦ green 45 ◦ blue 166

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

Shades of Deep Cerise #D72DA6

Tints of Deep Cerise #D72DA6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.56%

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

R = 50.47%
G = 10.56%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D72DA6 (or 0xD72DA6) is known color: Deep Cerise. HEX triplet: D7, 2D and A6. RGB value is (215,45,166). Sum of RGB (Red+Green+Blue) = 215+45+166=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72DA6 is #28D259. Grayscale: #6D6D6D. Windows color (decimal): -2675290 or 10890711. OLE color: 10890711.

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

Color convert

RGB 215 45 166 -
CMYK 0 0.79 0.23 0.16
HSL 317.29º 0.68% 0.51% -
HSV(B) 317.29º 0.79% 0.84% -
XYZ 35.85 19.08 37.87 -
YUV 109.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 215 45 166 0 0.79 0.23 0.16 317.29 0.68 0.51
Hex D7 2D A6 0 4F 17 10 13D 44 33
Octal 327 55 246 0 117 27 20 475 104 63
Binary 11010111 101101 10100110 0 1001111 10111 10000 100111101 1000100 110011

Color Harmonies of #D72DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DA6

Black with #D72DA6

Text Example


Text Example

White with #D72DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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