Html Css Color HEX #D82685 Deep Cerise

📋 copy color: '#D82685'

red 216 ◦ green 38 ◦ blue 133

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

Shades of Deep Cerise #D82685

Tints of Deep Cerise #D82685

RGB

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

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

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

R = 55.81%
G = 9.82%
B = 34.37%

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

#D82685 (or 0xD82685) is known color: Deep Cerise. HEX triplet: D8, 26 and 85. RGB value is (216,38,133). Sum of RGB (Red+Green+Blue) = 216+38+133=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D82685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82685 is #27D97A. Grayscale: #656565. Windows color (decimal): -2611579 or 8726232. OLE color: 8726232.

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

Color convert

RGB 216 38 133 -
CMYK 0 0.82 0.38 0.15
HSL 327.98º 0.7% 0.5% -
HSV(B) 327.98º 0.82% 0.85% -
XYZ 33.25 17.68 23.85 -
YUV 102.05 145.47 209.28 -
System Red Green Blue C M Y K H S L
Decimal 216 38 133 0 0.82 0.38 0.15 327.98 0.7 0.5
Hex D8 26 85 0 52 26 F 148 46 32
Octal 330 46 205 0 122 46 17 510 106 62
Binary 11011000 100110 10000101 0 1010010 100110 1111 101001000 1000110 110010

Color Harmonies of #D82685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82685

Black with #D82685

Text Example


Text Example

White with #D82685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82685; }

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

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

background-color css

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

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

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

border-color css

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

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

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