Html Css Color HEX #DB8DB6 Shocking

📋 copy color: '#DB8DB6'

red 219 ◦ green 141 ◦ blue 182

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

Shades of Shocking #DB8DB6

Tints of Shocking #DB8DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.01%

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 40.41%
G = 26.01%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB8DB6 (or 0xDB8DB6) is known color: Shocking. HEX triplet: DB, 8D and B6. RGB value is (219,141,182). Sum of RGB (Red+Green+Blue) = 219+141+182=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DB6 is #247249. Grayscale: #A8A8A8. Windows color (decimal): -2388554 or 11963867. OLE color: 11963867.

HSL color Cylindrical-coordinate representation of color #DB8DB6: hue angle of 328.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DB6 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 141 182 -
CMYK 0 0.36 0.17 0.14
HSL 328.46º 0.52% 0.71% -
HSV(B) 328.46º 0.36% 0.86% -
XYZ 47.18 37.49 49 -
YUV 169 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 219 141 182 0 0.36 0.17 0.14 328.46 0.52 0.71
Hex DB 8D B6 0 24 11 E 148 34 47
Octal 333 215 266 0 44 21 16 510 64 107
Binary 11011011 10001101 10110110 0 100100 10001 1110 101001000 110100 1000111

Color Harmonies of #DB8DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DB6

Black with #DB8DB6

Text Example


Text Example

White with #DB8DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DB6; }

 p { color: rgb(219,141,182); }

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

background-color css

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

 a { background-color: rgb(219,141,182); }

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

border-color css

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

 span { border-color: rgb(219,141,182); }

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