Html Css Color HEX #D72FAD Deep Cerise

📋 copy color: '#D72FAD'

red 215 ◦ green 47 ◦ blue 173

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

Shades of Deep Cerise #D72FAD

Tints of Deep Cerise #D72FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 49.43%
G = 10.8%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D72FAD (or 0xD72FAD) is known color: Deep Cerise. HEX triplet: D7, 2F and AD. RGB value is (215,47,173). Sum of RGB (Red+Green+Blue) = 215+47+173=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72FAD is #28D052. Grayscale: #6F6F6F. Windows color (decimal): -2674771 or 11349975. OLE color: 11349975.

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

Color convert

RGB 215 47 173 -
CMYK 0 0.78 0.20 0.16
HSL 315º 0.68% 0.51% -
HSV(B) 315º 0.78% 0.84% -
XYZ 36.58 19.5 41.37 -
YUV 111.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 215 47 173 0 0.78 0.20 0.16 315 0.68 0.51
Hex D7 2F AD 0 4E 14 10 13B 44 33
Octal 327 57 255 0 116 24 20 473 104 63
Binary 11010111 101111 10101101 0 1001110 10100 10000 100111011 1000100 110011

Color Harmonies of #D72FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FAD

Black with #D72FAD

Text Example


Text Example

White with #D72FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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