Html Css Color HEX #D82696 Deep Cerise

📋 copy color: '#D82696'

red 216 ◦ green 38 ◦ blue 150

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

Shades of Deep Cerise #D82696

Tints of Deep Cerise #D82696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 53.47%
G = 9.41%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D82696 (or 0xD82696) is known color: Deep Cerise. HEX triplet: D8, 26 and 96. RGB value is (216,38,150). Sum of RGB (Red+Green+Blue) = 216+38+150=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D82696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82696 is #27D969. Grayscale: #676767. Windows color (decimal): -2611562 or 9840344. OLE color: 9840344.

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

Color convert

RGB 216 38 150 -
CMYK 0 0.82 0.31 0.15
HSL 322.25º 0.7% 0.5% -
HSV(B) 322.25º 0.82% 0.85% -
XYZ 34.52 18.19 30.55 -
YUV 103.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 216 38 150 0 0.82 0.31 0.15 322.25 0.7 0.5
Hex D8 26 96 0 52 1F F 142 46 32
Octal 330 46 226 0 122 37 17 502 106 62
Binary 11011000 100110 10010110 0 1010010 11111 1111 101000010 1000110 110010

Color Harmonies of #D82696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82696

Black with #D82696

Text Example


Text Example

White with #D82696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82696; }

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

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

background-color css

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

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

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

border-color css

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

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

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