#D68CC1

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

Shades of Shocking #D68CC1

Tints of Shocking #D68CC1

Color information

#D68CC1 (or 0xD68CC1) is unknown color: approx Shocking. HEX triplet: D6, 8C and C1. RGB value is (214,140,193). Sum of RGB (Red+Green+Blue) = 214+140+193=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CC1 is #29733E. Grayscale: #A8A8A8. Windows color (decimal): -2716479 or 12684502. OLE color: 12684502.

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

Color convert

RGB214140193-
CMYK00.350.100.16
HSL317.03º47.44%69.41%-
HSV(B)317.03º34.58%83.92%-
XYZ46.7436.955.11-
YUV168.17142.02160.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 140 (55.08% from 255) = 25.59%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=39.12%
G=25.59%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414019300.350.100.16317.0347.4469.41
HexD68CC1023A1013d2f45
Octal326214301043122047557105
Binary11010110100011001100000101000111010100001001111011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CC1; }

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

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

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

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

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

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

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

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