#D68DBD

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

Shades of Shocking #D68DBD

Tints of Shocking #D68DBD

Color information

#D68DBD (or 0xD68DBD) is unknown color: approx Shocking. HEX triplet: D6, 8D and BD. RGB value is (214,141,189). Sum of RGB (Red+Green+Blue) = 214+141+189=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DBD is #297242. Grayscale: #A8A8A8. Windows color (decimal): -2716227 or 12422614. OLE color: 12422614.

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

Color convert

RGB214141189-
CMYK00.340.120.16
HSL320.55º47.1%69.61%-
HSV(B)320.55º34.11%83.92%-
XYZ46.4437.0252.84-
YUV168.3139.68160.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=39.34%
G=25.92%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414118900.340.120.16320.5547.169.61
HexD68DBD022C101412f46
Octal326215275042142050157106
Binary11010110100011011011110101000101100100001010000011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68DBD; }

 p { color: rgb(214,141,189); }

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

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

 a { background-color: rgb(214,141,189); }

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

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

 span { border-color: rgb(214,141,189); }

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