Html Css Color HEX #D72A8D Deep Cerise

📋 copy color: '#D72A8D'

red 215 ◦ green 42 ◦ blue 141

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

Shades of Deep Cerise #D72A8D

Tints of Deep Cerise #D72A8D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.55%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 54.02%
G = 10.55%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D72A8D (or 0xD72A8D) is known color: Deep Cerise. HEX triplet: D7, 2A and 8D. RGB value is (215,42,141). Sum of RGB (Red+Green+Blue) = 215+42+141=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72A8D is #28D572. Grayscale: #686868. Windows color (decimal): -2676083 or 9251543. OLE color: 9251543.

HSL color Cylindrical-coordinate representation of color #D72A8D: hue angle of 325.66º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A8D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 141 -
CMYK 0 0.80 0.34 0.16
HSL 325.66º 0.68% 0.5% -
HSV(B) 325.66º 0.8% 0.84% -
XYZ 33.66 18.03 26.9 -
YUV 105.01 148.31 206.45 -
System Red Green Blue C M Y K H S L
Decimal 215 42 141 0 0.80 0.34 0.16 325.66 0.68 0.5
Hex D7 2A 8D 0 50 22 10 146 44 32
Octal 327 52 215 0 120 42 20 506 104 62
Binary 11010111 101010 10001101 0 1010000 100010 10000 101000110 1000100 110010

Color Harmonies of #D72A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A8D

Black with #D72A8D

Text Example


Text Example

White with #D72A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A8D; }

 p { color: rgb(215,42,141); }

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

background-color css

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

 a { background-color: rgb(215,42,141); }

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

border-color css

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

 span { border-color: rgb(215,42,141); }

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