Html Css Color HEX #D82C9A Deep Cerise

📋 copy color: '#D82C9A'

red 216 ◦ green 44 ◦ blue 154

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

Shades of Deep Cerise #D82C9A

Tints of Deep Cerise #D82C9A

RGB

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

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

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

R = 52.17%
G = 10.63%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D82C9A (or 0xD82C9A) is known color: Deep Cerise. HEX triplet: D8, 2C and 9A. RGB value is (216,44,154). Sum of RGB (Red+Green+Blue) = 216+44+154=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82C9A is #27D365. Grayscale: #6B6B6B. Windows color (decimal): -2610022 or 10104024. OLE color: 10104024.

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

Color convert

RGB 216 44 154 -
CMYK 0 0.80 0.29 0.15
HSL 321.63º 0.69% 0.51% -
HSV(B) 321.63º 0.8% 0.85% -
XYZ 35.05 18.73 32.34 -
YUV 107.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 216 44 154 0 0.80 0.29 0.15 321.63 0.69 0.51
Hex D8 2C 9A 0 50 1D F 142 45 33
Octal 330 54 232 0 120 35 17 502 105 63
Binary 11011000 101100 10011010 0 1010000 11101 1111 101000010 1000101 110011

Color Harmonies of #D82C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C9A

Black with #D82C9A

Text Example


Text Example

White with #D82C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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