#D69AC4

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

Shades of Shocking #D69AC4

Tints of Shocking #D69AC4

Color information

#D69AC4 (or 0xD69AC4) is unknown color: approx Shocking. HEX triplet: D6, 9A and C4. RGB value is (214,154,196). Sum of RGB (Red+Green+Blue) = 214+154+196=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AC4 is #29653B. Grayscale: #B0B0B0. Windows color (decimal): -2712892 or 12884694. OLE color: 12884694.

HSL color Cylindrical-coordinate representation of color #D69AC4: hue angle of 318º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69AC4 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214154196-
CMYK00.280.080.16
HSL318º42.25%72.16%-
HSV(B)318º28.04%83.92%-
XYZ49.2541.3957.62-
YUV176.73138.88154.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=37.94%
G=27.30%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415419600.280.080.1631842.2572.16
HexD69AC401C81013e2a48
Octal326232304034102047652110
Binary1101011010011010110001000111001000100001001111101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69AC4; }

 p { color: rgb(214,154,196); }

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

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

 a { background-color: rgb(214,154,196); }

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

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

 span { border-color: rgb(214,154,196); }

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