Html Css Color HEX #D82385 Deep Cerise

📋 copy color: '#D82385'

red 216 ◦ green 35 ◦ blue 133

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

Shades of Deep Cerise #D82385

Tints of Deep Cerise #D82385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.11%

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

R = 56.25%
G = 9.11%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D82385 (or 0xD82385) is known color: Deep Cerise. HEX triplet: D8, 23 and 85. RGB value is (216,35,133). Sum of RGB (Red+Green+Blue) = 216+35+133=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D82385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82385 is #27DC7A. Grayscale: #646464. Windows color (decimal): -2612347 or 8725464. OLE color: 8725464.

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

Color convert

RGB 216 35 133 -
CMYK 0 0.84 0.38 0.15
HSL 327.51º 0.72% 0.49% -
HSV(B) 327.51º 0.84% 0.85% -
XYZ 33.15 17.49 23.82 -
YUV 100.29 146.47 210.53 -
System Red Green Blue C M Y K H S L
Decimal 216 35 133 0 0.84 0.38 0.15 327.51 0.72 0.49
Hex D8 23 85 0 54 26 F 148 48 31
Octal 330 43 205 0 124 46 17 510 110 61
Binary 11011000 100011 10000101 0 1010100 100110 1111 101001000 1001000 110001

Color Harmonies of #D82385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82385

Black with #D82385

Text Example


Text Example

White with #D82385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82385; }

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

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

background-color css

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

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

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

border-color css

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

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

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