Html Css Color HEX #D82384 Deep Cerise

📋 copy color: '#D82384'

red 216 ◦ green 35 ◦ blue 132

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

Shades of Deep Cerise #D82384

Tints of Deep Cerise #D82384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 56.4%
G = 9.14%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D82384 (or 0xD82384) is known color: Deep Cerise. HEX triplet: D8, 23 and 84. RGB value is (216,35,132). Sum of RGB (Red+Green+Blue) = 216+35+132=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D82384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82384 is #27DC7B. Grayscale: #636363. Windows color (decimal): -2612348 or 8659928. OLE color: 8659928.

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

Color convert

RGB 216 35 132 -
CMYK 0 0.84 0.39 0.15
HSL 327.85º 0.72% 0.49% -
HSV(B) 327.85º 0.84% 0.85% -
XYZ 33.08 17.47 23.46 -
YUV 100.18 145.97 210.61 -
System Red Green Blue C M Y K H S L
Decimal 216 35 132 0 0.84 0.39 0.15 327.85 0.72 0.49
Hex D8 23 84 0 54 27 F 148 48 31
Octal 330 43 204 0 124 47 17 510 110 61
Binary 11011000 100011 10000100 0 1010100 100111 1111 101001000 1001000 110001

Color Harmonies of #D82384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82384

Black with #D82384

Text Example


Text Example

White with #D82384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82384; }

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

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

background-color css

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

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

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

border-color css

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

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

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