Html Css Color HEX #D72DAB Deep Cerise

📋 copy color: '#D72DAB'

red 215 ◦ green 45 ◦ blue 171

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

Shades of Deep Cerise #D72DAB

Tints of Deep Cerise #D72DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 49.88%
G = 10.44%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D72DAB (or 0xD72DAB) is known color: Deep Cerise. HEX triplet: D7, 2D and AB. RGB value is (215,45,171). Sum of RGB (Red+Green+Blue) = 215+45+171=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72DAB is #28D254. Grayscale: #6D6D6D. Windows color (decimal): -2675285 or 11218391. OLE color: 11218391.

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

Color convert

RGB 215 45 171 -
CMYK 0 0.79 0.20 0.16
HSL 315.53º 0.68% 0.51% -
HSV(B) 315.53º 0.79% 0.84% -
XYZ 36.31 19.26 40.33 -
YUV 110.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 215 45 171 0 0.79 0.20 0.16 315.53 0.68 0.51
Hex D7 2D AB 0 4F 14 10 13C 44 33
Octal 327 55 253 0 117 24 20 474 104 63
Binary 11010111 101101 10101011 0 1001111 10100 10000 100111100 1000100 110011

Color Harmonies of #D72DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DAB

Black with #D72DAB

Text Example


Text Example

White with #D72DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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