#d693c2

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

Shades of Shocking #D693C2

Tints of Shocking #D693C2

Color information

#D693C2 (or 0xD693C2) is unknown color: approx Shocking. HEX triplet: D6, 93 and C2. RGB value is (214,147,194). Sum of RGB (Red+Green+Blue) = 214+147+194=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D693C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693C2 is #296C3D. Grayscale: #ACACAC. Windows color (decimal): -2714686 or 12751830. OLE color: 12751830.

HSL color Cylindrical-coordinate representation of color #D693C2: hue angle of 317.91º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693C2 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB214147194-
CMYK00.310.090.16
HSL317.91º44.97%70.78%-
HSV(B)317.91º31.31%83.92%-
XYZ47.939.0656.05-
YUV172.39140.2157.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=38.56%
G=26.49%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414719400.310.090.16317.9144.9770.78
HexD693C201F91013e2d47
Octal326223302037112047655107
Binary1101011010010011110000100111111001100001001111101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d693c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d693c2; }

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

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

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

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

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

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

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

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