#D68CC2

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

Shades of Shocking #D68CC2

Tints of Shocking #D68CC2

Color information

#D68CC2 (or 0xD68CC2) is unknown color: approx Shocking. HEX triplet: D6, 8C and C2. RGB value is (214,140,194). Sum of RGB (Red+Green+Blue) = 214+140+194=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CC2 is #29733D. Grayscale: #A8A8A8. Windows color (decimal): -2716478 or 12750038. OLE color: 12750038.

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

Color convert

RGB214140194-
CMYK00.350.090.16
HSL316.22º47.44%69.41%-
HSV(B)316.22º34.58%83.92%-
XYZ46.8536.9555.7-
YUV168.28142.52160.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 194 (76.17% from 255) = 35.40%
R=39.05%
G=25.55%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414019400.350.090.16316.2247.4469.41
HexD68CC202391013c2f45
Octal326214302043112047457105
Binary11010110100011001100001001000111001100001001111001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CC2; }

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

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

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

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

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

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

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

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