#DB8BC4

Color #DB8BC4 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DB8BC4

Tints of Shocking #DB8BC4

Color information

#DB8BC4 (or 0xDB8BC4) is unknown color: approx Shocking. HEX triplet: DB, 8B and C4. RGB value is (219,139,196). Sum of RGB (Red+Green+Blue) = 219+139+196=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BC4 is #24743B. Grayscale: #A9A9A9. Windows color (decimal): -2389052 or 12880859. OLE color: 12880859.

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

Color convert

RGB219139196-
CMYK00.370.110.14
HSL317.25º52.63%70.2%-
HSV(B)317.25º36.53%85.88%-
XYZ48.4137.5156.91-
YUV169.42143163.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 196 (76.95% from 255) = 35.38%
R=39.53%
G=25.09%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913919600.370.110.14317.2552.6370.2
HexDB8BC4025BE13d3546
Octal333213304045131647565106
Binary1101101110001011110001000100101101111101001111011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BC4; }

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

 H1.HeaderClassName
 {
   color: #DB8BC4;
 }
 .AnyTagClassName
 {
   color: #DB8BC4;
 }
</style>
background-color css

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

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

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

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

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

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