#D68BBB

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

Shades of Shocking #D68BBB

Tints of Shocking #D68BBB

Color information

#D68BBB (or 0xD68BBB) is unknown color: approx Shocking. HEX triplet: D6, 8B and BB. RGB value is (214,139,187). Sum of RGB (Red+Green+Blue) = 214+139+187=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BBB is #297444. Grayscale: #A6A6A6. Windows color (decimal): -2716741 or 12291030. OLE color: 12291030.

HSL color Cylindrical-coordinate representation of color #D68BBB: hue angle of 321.6º degrees, saturation: 0.48, 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 #D68BBB is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214139187-
CMYK00.350.130.16
HSL321.6º47.77%69.22%-
HSV(B)321.6º35.05%83.92%-
XYZ45.9336.3551.61-
YUV166.9139.35161.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=39.63%
G=25.74%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413918700.350.130.16321.647.7769.22
HexD68BBB023D101423045
Octal326213273043152050260105
Binary11010110100010111011101101000111101100001010000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68BBB; }

 p { color: rgb(214,139,187); }

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

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

 a { background-color: rgb(214,139,187); }

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

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

 span { border-color: rgb(214,139,187); }

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