#D69EC1

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

Shades of Shocking #D69EC1

Tints of Shocking #D69EC1

Color information

#D69EC1 (or 0xD69EC1) is unknown color: approx Shocking. HEX triplet: D6, 9E and C1. RGB value is (214,158,193). Sum of RGB (Red+Green+Blue) = 214+158+193=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EC1 is #29613E. Grayscale: #B2B2B2. Windows color (decimal): -2711871 or 12689110. OLE color: 12689110.

HSL color Cylindrical-coordinate representation of color #D69EC1: hue angle of 322.5º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69EC1 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214158193-
CMYK00.260.100.16
HSL322.5º40.58%72.94%-
HSV(B)322.5º26.17%83.92%-
XYZ49.5842.656.06-
YUV178.73136.05153.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=37.88%
G=27.96%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415819300.260.100.16322.540.5872.94
HexD69EC101AA101422949
Octal326236301032122050251111
Binary1101011010011110110000010110101010100001010000101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EC1; }

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

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

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

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

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

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

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

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