Html Css Color HEX #D72281 Deep Cerise

📋 copy color: '#D72281'

red 215 ◦ green 34 ◦ blue 129

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

Shades of Deep Cerise #D72281

Tints of Deep Cerise #D72281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.99%

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 56.88%
G = 8.99%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D72281 (or 0xD72281) is known color: Deep Cerise. HEX triplet: D7, 22 and 81. RGB value is (215,34,129). Sum of RGB (Red+Green+Blue) = 215+34+129=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D72281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72281 is #28DD7E. Grayscale: #626262. Windows color (decimal): -2678143 or 8463063. OLE color: 8463063.

HSL color Cylindrical-coordinate representation of color #D72281: hue angle of 328.51º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D72281 is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 34 129 -
CMYK 0 0.84 0.4 0.16
HSL 328.51º 0.73% 0.49% -
HSV(B) 328.51º 0.84% 0.84% -
XYZ 32.56 17.18 22.37 -
YUV 98.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 215 34 129 0 0.84 0.4 0.16 328.51 0.73 0.49
Hex D7 22 81 0 54 28 10 149 49 31
Octal 327 42 201 0 124 50 20 511 111 61
Binary 11010111 100010 10000001 0 1010100 101000 10000 101001001 1001001 110001

Color Harmonies of #D72281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72281

Black with #D72281

Text Example


Text Example

White with #D72281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72281; }

 p { color: rgb(215,34,129); }

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

background-color css

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

 a { background-color: rgb(215,34,129); }

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

border-color css

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

 span { border-color: rgb(215,34,129); }

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