Html Css Color HEX #D72884 Deep Cerise

📋 copy color: '#D72884'

red 215 ◦ green 40 ◦ blue 132

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

Shades of Deep Cerise #D72884

Tints of Deep Cerise #D72884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.34%

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 55.56%
G = 10.34%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D72884 (or 0xD72884) is known color: Deep Cerise. HEX triplet: D7, 28 and 84. RGB value is (215,40,132). Sum of RGB (Red+Green+Blue) = 215+40+132=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D72884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72884 is #28D77B. Grayscale: #666666. Windows color (decimal): -2676604 or 8661207. OLE color: 8661207.

HSL color Cylindrical-coordinate representation of color #D72884: hue angle of 328.46º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72884 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 40 132 -
CMYK 0 0.81 0.39 0.16
HSL 328.46º 0.69% 0.5% -
HSV(B) 328.46º 0.81% 0.84% -
XYZ 32.95 17.63 23.5 -
YUV 102.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 215 40 132 0 0.81 0.39 0.16 328.46 0.69 0.5
Hex D7 28 84 0 51 27 10 148 45 32
Octal 327 50 204 0 121 47 20 510 105 62
Binary 11010111 101000 10000100 0 1010001 100111 10000 101001000 1000101 110010

Color Harmonies of #D72884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72884

Black with #D72884

Text Example


Text Example

White with #D72884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72884; }

 p { color: rgb(215,40,132); }

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

background-color css

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

 a { background-color: rgb(215,40,132); }

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

border-color css

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

 span { border-color: rgb(215,40,132); }

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