Html Css Color HEX #D72D9A Deep Cerise

📋 copy color: '#D72D9A'

red 215 ◦ green 45 ◦ blue 154

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

Shades of Deep Cerise #D72D9A

Tints of Deep Cerise #D72D9A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.87%

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 51.93%
G = 10.87%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D72D9A (or 0xD72D9A) is known color: Deep Cerise. HEX triplet: D7, 2D and 9A. RGB value is (215,45,154). Sum of RGB (Red+Green+Blue) = 215+45+154=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D9A is #28D265. Grayscale: #6B6B6B. Windows color (decimal): -2675302 or 10104279. OLE color: 10104279.

HSL color Cylindrical-coordinate representation of color #D72D9A: hue angle of 321.53º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D9A is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 45 154 -
CMYK 0 0.79 0.28 0.16
HSL 321.53º 0.68% 0.51% -
HSV(B) 321.53º 0.79% 0.84% -
XYZ 34.8 18.66 32.34 -
YUV 108.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 215 45 154 0 0.79 0.28 0.16 321.53 0.68 0.51
Hex D7 2D 9A 0 4F 1C 10 142 44 33
Octal 327 55 232 0 117 34 20 502 104 63
Binary 11010111 101101 10011010 0 1001111 11100 10000 101000010 1000100 110011

Color Harmonies of #D72D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D9A

Black with #D72D9A

Text Example


Text Example

White with #D72D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D9A; }

 p { color: rgb(215,45,154); }

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

background-color css

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

 a { background-color: rgb(215,45,154); }

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

border-color css

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

 span { border-color: rgb(215,45,154); }

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