Html Css Color HEX #DBA6C4 Shocking

📋 copy color: '#DBA6C4'

red 219 ◦ green 166 ◦ blue 196

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

Shades of Shocking #DBA6C4

Tints of Shocking #DBA6C4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.57%

 BLUE value IS 196 (76.95% from 255) = 33.73%

R = 37.69%
G = 28.57%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBA6C4 (or 0xDBA6C4) is known color: Shocking. HEX triplet: DB, A6 and C4. RGB value is (219,166,196). Sum of RGB (Red+Green+Blue) = 219+166+196=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6C4 is #24593B. Grayscale: #B9B9B9. Windows color (decimal): -2382140 or 12887771. OLE color: 12887771.

HSL color Cylindrical-coordinate representation of color #DBA6C4: hue angle of 326.04º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6C4 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 196 -
CMYK 0 0.24 0.11 0.14
HSL 326.04º 0.42% 0.75% -
HSV(B) 326.04º 0.24% 0.86% -
XYZ 52.81 46.32 58.38 -
YUV 185.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 219 166 196 0 0.24 0.11 0.14 326.04 0.42 0.75
Hex DB A6 C4 0 18 B E 146 2A 4B
Octal 333 246 304 0 30 13 16 506 52 113
Binary 11011011 10100110 11000100 0 11000 1011 1110 101000110 101010 1001011

Color Harmonies of #DBA6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6C4

Black with #DBA6C4

Text Example


Text Example

White with #DBA6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6C4; }

 p { color: rgb(219,166,196); }

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

background-color css

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

 a { background-color: rgb(219,166,196); }

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

border-color css

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

 span { border-color: rgb(219,166,196); }

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