#D68CBF

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

Shades of Shocking #D68CBF

Tints of Shocking #D68CBF

Color information

#D68CBF (or 0xD68CBF) is unknown color: approx Shocking. HEX triplet: D6, 8C and BF. RGB value is (214,140,191). Sum of RGB (Red+Green+Blue) = 214+140+191=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CBF is #297340. Grayscale: #A7A7A7. Windows color (decimal): -2716481 or 12553430. OLE color: 12553430.

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

Color convert

RGB214140191-
CMYK00.350.110.16
HSL318.65º47.44%69.41%-
HSV(B)318.65º34.58%83.92%-
XYZ46.5136.8153.94-
YUV167.94141.02160.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 191 (75% from 255) = 35.05%
R=39.27%
G=25.69%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414019100.350.110.16318.6547.4469.41
HexD68CBF023B1013f2f45
Octal326214277043132047757105
Binary11010110100011001011111101000111011100001001111111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CBF; }

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

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

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

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

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

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

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

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