Html Css Color HEX #D72A8A Deep Cerise

📋 copy color: '#D72A8A'

red 215 ◦ green 42 ◦ blue 138

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

Shades of Deep Cerise #D72A8A

Tints of Deep Cerise #D72A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 54.43%
G = 10.63%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D72A8A (or 0xD72A8A) is known color: Deep Cerise. HEX triplet: D7, 2A and 8A. RGB value is (215,42,138). Sum of RGB (Red+Green+Blue) = 215+42+138=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72A8A is #28D575. Grayscale: #686868. Windows color (decimal): -2676086 or 9054935. OLE color: 9054935.

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

Color convert

RGB 215 42 138 -
CMYK 0 0.80 0.36 0.16
HSL 326.71º 0.68% 0.5% -
HSV(B) 326.71º 0.8% 0.84% -
XYZ 33.44 17.94 25.74 -
YUV 104.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 215 42 138 0 0.80 0.36 0.16 326.71 0.68 0.5
Hex D7 2A 8A 0 50 24 10 147 44 32
Octal 327 52 212 0 120 44 20 507 104 62
Binary 11010111 101010 10001010 0 1010000 100100 10000 101000111 1000100 110010

Color Harmonies of #D72A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A8A

Black with #D72A8A

Text Example


Text Example

White with #D72A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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