Html Css Color HEX #D82A9F Deep Cerise

📋 copy color: '#D82A9F'

red 216 ◦ green 42 ◦ blue 159

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

Shades of Deep Cerise #D82A9F

Tints of Deep Cerise #D82A9F

RGB

 RED value IS 216 (84.77% from 255) = 51.8%

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 51.8%
G = 10.07%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D82A9F (or 0xD82A9F) is known color: Deep Cerise. HEX triplet: D8, 2A and 9F. RGB value is (216,42,159). Sum of RGB (Red+Green+Blue) = 216+42+159=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82A9F is #27D560. Grayscale: #6B6B6B. Windows color (decimal): -2610529 or 10431192. OLE color: 10431192.

HSL color Cylindrical-coordinate representation of color #D82A9F: hue angle of 319.66º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A9F is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 42 159 -
CMYK 0 0.81 0.26 0.15
HSL 319.66º 0.69% 0.51% -
HSV(B) 319.66º 0.81% 0.85% -
XYZ 35.4 18.76 34.56 -
YUV 107.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 216 42 159 0 0.81 0.26 0.15 319.66 0.69 0.51
Hex D8 2A 9F 0 51 1A F 140 45 33
Octal 330 52 237 0 121 32 17 500 105 63
Binary 11011000 101010 10011111 0 1010001 11010 1111 101000000 1000101 110011

Color Harmonies of #D82A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A9F

Black with #D82A9F

Text Example


Text Example

White with #D82A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A9F; }

 p { color: rgb(216,42,159); }

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

background-color css

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

 a { background-color: rgb(216,42,159); }

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

border-color css

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

 span { border-color: rgb(216,42,159); }

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