Html Css Color HEX #D72FAB Deep Cerise

📋 copy color: '#D72FAB'

red 215 ◦ green 47 ◦ blue 171

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

Shades of Deep Cerise #D72FAB

Tints of Deep Cerise #D72FAB

RGB

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

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

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

R = 49.65%
G = 10.85%
B = 39.49%

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

#D72FAB (or 0xD72FAB) is known color: Deep Cerise. HEX triplet: D7, 2F and AB. RGB value is (215,47,171). Sum of RGB (Red+Green+Blue) = 215+47+171=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72FAB is #28D054. Grayscale: #6F6F6F. Windows color (decimal): -2674773 or 11218903. OLE color: 11218903.

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

Color convert

RGB 215 47 171 -
CMYK 0 0.78 0.20 0.16
HSL 315.71º 0.68% 0.51% -
HSV(B) 315.71º 0.78% 0.84% -
XYZ 36.39 19.42 40.36 -
YUV 111.37 161.66 201.92 -
System Red Green Blue C M Y K H S L
Decimal 215 47 171 0 0.78 0.20 0.16 315.71 0.68 0.51
Hex D7 2F AB 0 4E 14 10 13C 44 33
Octal 327 57 253 0 116 24 20 474 104 63
Binary 11010111 101111 10101011 0 1001110 10100 10000 100111100 1000100 110011

Color Harmonies of #D72FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FAB

Black with #D72FAB

Text Example


Text Example

White with #D72FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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