Html Css Color HEX #D82785 Deep Cerise

📋 copy color: '#D82785'

red 216 ◦ green 39 ◦ blue 133

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

Shades of Deep Cerise #D82785

Tints of Deep Cerise #D82785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.05%

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

R = 55.67%
G = 10.05%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D82785 (or 0xD82785) is known color: Deep Cerise. HEX triplet: D8, 27 and 85. RGB value is (216,39,133). Sum of RGB (Red+Green+Blue) = 216+39+133=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D82785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82785 is #27D87A. Grayscale: #666666. Windows color (decimal): -2611323 or 8726488. OLE color: 8726488.

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

Color convert

RGB 216 39 133 -
CMYK 0 0.82 0.38 0.15
HSL 328.14º 0.69% 0.5% -
HSV(B) 328.14º 0.82% 0.85% -
XYZ 33.28 17.74 23.86 -
YUV 102.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 216 39 133 0 0.82 0.38 0.15 328.14 0.69 0.5
Hex D8 27 85 0 52 26 F 148 45 32
Octal 330 47 205 0 122 46 17 510 105 62
Binary 11011000 100111 10000101 0 1010010 100110 1111 101001000 1000101 110010

Color Harmonies of #D82785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82785

Black with #D82785

Text Example


Text Example

White with #D82785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82785; }

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

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

background-color css

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

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

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

border-color css

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

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

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