Html Css Color HEX #D82C98 Deep Cerise

📋 copy color: '#D82C98'

red 216 ◦ green 44 ◦ blue 152

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

Shades of Deep Cerise #D82C98

Tints of Deep Cerise #D82C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 52.43%
G = 10.68%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D82C98 (or 0xD82C98) is known color: Deep Cerise. HEX triplet: D8, 2C and 98. RGB value is (216,44,152). Sum of RGB (Red+Green+Blue) = 216+44+152=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82C98 is #27D367. Grayscale: #6B6B6B. Windows color (decimal): -2610024 or 9972952. OLE color: 9972952.

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

Color convert

RGB 216 44 152 -
CMYK 0 0.80 0.30 0.15
HSL 322.33º 0.69% 0.51% -
HSV(B) 322.33º 0.8% 0.85% -
XYZ 34.89 18.67 31.47 -
YUV 107.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 216 44 152 0 0.80 0.30 0.15 322.33 0.69 0.51
Hex D8 2C 98 0 50 1E F 142 45 33
Octal 330 54 230 0 120 36 17 502 105 63
Binary 11011000 101100 10011000 0 1010000 11110 1111 101000010 1000101 110011

Color Harmonies of #D82C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C98

Black with #D82C98

Text Example


Text Example

White with #D82C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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