Html Css Color HEX #D72A7D Deep Cerise

📋 copy color: '#D72A7D'

red 215 ◦ green 42 ◦ blue 125

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

Shades of Deep Cerise #D72A7D

Tints of Deep Cerise #D72A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 56.28%
G = 10.99%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D72A7D (or 0xD72A7D) is known color: Deep Cerise. HEX triplet: D7, 2A and 7D. RGB value is (215,42,125). Sum of RGB (Red+Green+Blue) = 215+42+125=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A7D is #28D582. Grayscale: #676767. Windows color (decimal): -2676099 or 8202967. OLE color: 8202967.

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

Color convert

RGB 215 42 125 -
CMYK 0 0.80 0.42 0.16
HSL 331.21º 0.68% 0.5% -
HSV(B) 331.21º 0.8% 0.84% -
XYZ 32.55 17.58 21.08 -
YUV 103.19 140.31 207.75 -
System Red Green Blue C M Y K H S L
Decimal 215 42 125 0 0.80 0.42 0.16 331.21 0.68 0.5
Hex D7 2A 7D 0 50 2A 10 14B 44 32
Octal 327 52 175 0 120 52 20 513 104 62
Binary 11010111 101010 1111101 0 1010000 101010 10000 101001011 1000100 110010

Color Harmonies of #D72A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A7D

Black with #D72A7D

Text Example


Text Example

White with #D72A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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