Html Css Color HEX #D82695 Deep Cerise

📋 copy color: '#D82695'

red 216 ◦ green 38 ◦ blue 149

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

Shades of Deep Cerise #D82695

Tints of Deep Cerise #D82695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.97%

R = 53.6%
G = 9.43%
B = 36.97%

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

#D82695 (or 0xD82695) is known color: Deep Cerise. HEX triplet: D8, 26 and 95. RGB value is (216,38,149). Sum of RGB (Red+Green+Blue) = 216+38+149=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D82695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82695 is #27D96A. Grayscale: #676767. Windows color (decimal): -2611563 or 9774808. OLE color: 9774808.

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

Color convert

RGB 216 38 149 -
CMYK 0 0.82 0.31 0.15
HSL 322.58º 0.7% 0.5% -
HSV(B) 322.58º 0.82% 0.85% -
XYZ 34.44 18.16 30.12 -
YUV 103.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 216 38 149 0 0.82 0.31 0.15 322.58 0.7 0.5
Hex D8 26 95 0 52 1F F 143 46 32
Octal 330 46 225 0 122 37 17 503 106 62
Binary 11011000 100110 10010101 0 1010010 11111 1111 101000011 1000110 110010

Color Harmonies of #D82695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82695

Black with #D82695

Text Example


Text Example

White with #D82695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82695; }

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

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

background-color css

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

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

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

border-color css

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

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

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