Html Css Color HEX #DB93B6 Shocking

📋 copy color: '#DB93B6'

red 219 ◦ green 147 ◦ blue 182

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

Shades of Shocking #DB93B6

Tints of Shocking #DB93B6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.82%

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

R = 39.96%
G = 26.82%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB93B6 (or 0xDB93B6) is known color: Shocking. HEX triplet: DB, 93 and B6. RGB value is (219,147,182). Sum of RGB (Red+Green+Blue) = 219+147+182=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93B6 is #246C49. Grayscale: #ACACAC. Windows color (decimal): -2387018 or 11965403. OLE color: 11965403.

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

Color convert

RGB 219 147 182 -
CMYK 0 0.33 0.17 0.14
HSL 330.83º 0.5% 0.72% -
HSV(B) 330.83º 0.33% 0.86% -
XYZ 48.09 39.3 49.31 -
YUV 172.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 219 147 182 0 0.33 0.17 0.14 330.83 0.5 0.72
Hex DB 93 B6 0 21 11 E 14B 32 48
Octal 333 223 266 0 41 21 16 513 62 110
Binary 11011011 10010011 10110110 0 100001 10001 1110 101001011 110010 1001000

Color Harmonies of #DB93B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93B6

Black with #DB93B6

Text Example


Text Example

White with #DB93B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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