Html Css Color HEX #D82C8A Deep Cerise

📋 copy color: '#D82C8A'

red 216 ◦ green 44 ◦ blue 138

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

Shades of Deep Cerise #D82C8A

Tints of Deep Cerise #D82C8A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.06%

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

R = 54.27%
G = 11.06%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D82C8A (or 0xD82C8A) is known color: Deep Cerise. HEX triplet: D8, 2C and 8A. RGB value is (216,44,138). Sum of RGB (Red+Green+Blue) = 216+44+138=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82C8A is #27D375. Grayscale: #696969. Windows color (decimal): -2610038 or 9055448. OLE color: 9055448.

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

Color convert

RGB 216 44 138 -
CMYK 0 0.80 0.36 0.15
HSL 327.21º 0.69% 0.51% -
HSV(B) 327.21º 0.8% 0.85% -
XYZ 33.81 18.24 25.78 -
YUV 106.14 145.98 206.36 -
System Red Green Blue C M Y K H S L
Decimal 216 44 138 0 0.80 0.36 0.15 327.21 0.69 0.51
Hex D8 2C 8A 0 50 24 F 147 45 33
Octal 330 54 212 0 120 44 17 507 105 63
Binary 11011000 101100 10001010 0 1010000 100100 1111 101000111 1000101 110011

Color Harmonies of #D82C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C8A

Black with #D82C8A

Text Example


Text Example

White with #D82C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C8A; }

 p { color: rgb(216,44,138); }

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

background-color css

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

 a { background-color: rgb(216,44,138); }

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

border-color css

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

 span { border-color: rgb(216,44,138); }

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