Html Css Color HEX #D82698 Deep Cerise

📋 copy color: '#D82698'

red 216 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #D82698

Tints of Deep Cerise #D82698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.36%

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

R = 53.2%
G = 9.36%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D82698 (or 0xD82698) is known color: Deep Cerise. HEX triplet: D8, 26 and 98. RGB value is (216,38,152). Sum of RGB (Red+Green+Blue) = 216+38+152=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D82698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82698 is #27D967. Grayscale: #676767. Windows color (decimal): -2611560 or 9971416. OLE color: 9971416.

HSL color Cylindrical-coordinate representation of color #D82698: hue angle of 321.57º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82698 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 38 152 -
CMYK 0 0.82 0.30 0.15
HSL 321.57º 0.7% 0.5% -
HSV(B) 321.57º 0.82% 0.85% -
XYZ 34.68 18.25 31.4 -
YUV 104.22 154.97 207.73 -
System Red Green Blue C M Y K H S L
Decimal 216 38 152 0 0.82 0.30 0.15 321.57 0.7 0.5
Hex D8 26 98 0 52 1E F 142 46 32
Octal 330 46 230 0 122 36 17 502 106 62
Binary 11011000 100110 10011000 0 1010010 11110 1111 101000010 1000110 110010

Color Harmonies of #D82698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82698

Black with #D82698

Text Example


Text Example

White with #D82698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82698; }

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

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

background-color css

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

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

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

border-color css

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

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

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