Html Css Color HEX #D72AA5 Deep Cerise

📋 copy color: '#D72AA5'

red 215 ◦ green 42 ◦ blue 165

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

Shades of Deep Cerise #D72AA5

Tints of Deep Cerise #D72AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.1%

R = 50.95%
G = 9.95%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D72AA5 (or 0xD72AA5) is known color: Deep Cerise. HEX triplet: D7, 2A and A5. RGB value is (215,42,165). Sum of RGB (Red+Green+Blue) = 215+42+165=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AA5 is #28D55A. Grayscale: #6B6B6B. Windows color (decimal): -2676059 or 10824407. OLE color: 10824407.

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

Color convert

RGB 215 42 165 -
CMYK 0 0.80 0.23 0.16
HSL 317.34º 0.68% 0.5% -
HSV(B) 317.34º 0.8% 0.84% -
XYZ 35.64 18.82 37.35 -
YUV 107.75 160.31 204.5 -
System Red Green Blue C M Y K H S L
Decimal 215 42 165 0 0.80 0.23 0.16 317.34 0.68 0.5
Hex D7 2A A5 0 50 17 10 13D 44 32
Octal 327 52 245 0 120 27 20 475 104 62
Binary 11010111 101010 10100101 0 1010000 10111 10000 100111101 1000100 110010

Color Harmonies of #D72AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AA5

Black with #D72AA5

Text Example


Text Example

White with #D72AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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