Html Css Color HEX #DB85B9 Shocking

📋 copy color: '#DB85B9'

red 219 ◦ green 133 ◦ blue 185

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

Shades of Shocking #DB85B9

Tints of Shocking #DB85B9

RGB

 RED value IS 219 (85.94% from 255) = 40.78%

 GREEN value IS 133 (52.34% from 255) = 24.77%

 BLUE value IS 185 (72.66% from 255) = 34.45%

R = 40.78%
G = 24.77%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB85B9 (or 0xDB85B9) is known color: Shocking. HEX triplet: DB, 85 and B9. RGB value is (219,133,185). Sum of RGB (Red+Green+Blue) = 219+133+185=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85B9 is #247A46. Grayscale: #A4A4A4. Windows color (decimal): -2390599 or 12158427. OLE color: 12158427.

HSL color Cylindrical-coordinate representation of color #DB85B9: hue angle of 323.72º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB85B9 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 185 -
CMYK 0 0.39 0.16 0.14
HSL 323.72º 0.54% 0.69% -
HSV(B) 323.72º 0.39% 0.86% -
XYZ 46.36 35.34 50.28 -
YUV 164.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 219 133 185 0 0.39 0.16 0.14 323.72 0.54 0.69
Hex DB 85 B9 0 27 10 E 144 36 45
Octal 333 205 271 0 47 20 16 504 66 105
Binary 11011011 10000101 10111001 0 100111 10000 1110 101000100 110110 1000101

Color Harmonies of #DB85B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85B9

Black with #DB85B9

Text Example


Text Example

White with #DB85B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85B9; }

 p { color: rgb(219,133,185); }

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

background-color css

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

 a { background-color: rgb(219,133,185); }

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

border-color css

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

 span { border-color: rgb(219,133,185); }

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