Html Css Color HEX #D82185 Deep Cerise

📋 copy color: '#D82185'

red 216 ◦ green 33 ◦ blue 133

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

Shades of Deep Cerise #D82185

Tints of Deep Cerise #D82185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.64%

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 56.54%
G = 8.64%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D82185 (or 0xD82185) is known color: Deep Cerise. HEX triplet: D8, 21 and 85. RGB value is (216,33,133). Sum of RGB (Red+Green+Blue) = 216+33+133=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D82185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82185 is #27DE7A. Grayscale: #626262. Windows color (decimal): -2612859 or 8724952. OLE color: 8724952.

HSL color Cylindrical-coordinate representation of color #D82185: hue angle of 327.21º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82185 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 33 133 -
CMYK 0 0.85 0.38 0.15
HSL 327.21º 0.73% 0.49% -
HSV(B) 327.21º 0.85% 0.85% -
XYZ 33.1 17.38 23.8 -
YUV 99.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 216 33 133 0 0.85 0.38 0.15 327.21 0.73 0.49
Hex D8 21 85 0 55 26 F 147 49 31
Octal 330 41 205 0 125 46 17 507 111 61
Binary 11011000 100001 10000101 0 1010101 100110 1111 101000111 1001001 110001

Color Harmonies of #D82185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82185

Black with #D82185

Text Example


Text Example

White with #D82185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82185; }

 p { color: rgb(216,33,133); }

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

background-color css

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

 a { background-color: rgb(216,33,133); }

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

border-color css

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

 span { border-color: rgb(216,33,133); }

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