#D68CB9

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

Shades of Shocking #D68CB9

Tints of Shocking #D68CB9

Color information

#D68CB9 (or 0xD68CB9) is unknown color: approx Shocking. HEX triplet: D6, 8C and B9. RGB value is (214,140,185). Sum of RGB (Red+Green+Blue) = 214+140+185=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CB9 is #297346. Grayscale: #A7A7A7. Windows color (decimal): -2716487 or 12160214. OLE color: 12160214.

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

Color convert

RGB214140185-
CMYK00.350.140.16
HSL323.51º47.44%69.41%-
HSV(B)323.51º34.58%83.92%-
XYZ45.8736.5650.54-
YUV167.26138.02161.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=39.70%
G=25.97%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414018500.350.140.16323.5147.4469.41
HexD68CB9023E101442f45
Octal326214271043162050457105
Binary11010110100011001011100101000111110100001010001001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CB9; }

 p { color: rgb(214,140,185); }

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

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

 a { background-color: rgb(214,140,185); }

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

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

 span { border-color: rgb(214,140,185); }

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