#D694C4

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

Shades of Shocking #D694C4

Tints of Shocking #D694C4

Color information

#D694C4 (or 0xD694C4) is unknown color: approx Shocking. HEX triplet: D6, 94 and C4. RGB value is (214,148,196). Sum of RGB (Red+Green+Blue) = 214+148+196=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D694C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694C4 is #296B3B. Grayscale: #ADADAD. Windows color (decimal): -2714428 or 12883158. OLE color: 12883158.

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

Color convert

RGB214148196-
CMYK00.310.080.16
HSL316.36º44.59%70.98%-
HSV(B)316.36º30.84%83.92%-
XYZ48.2939.4657.3-
YUV173.21140.87157.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 148 (58.20% from 255) = 26.52%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=38.35%
G=26.52%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414819600.310.080.16316.3644.5970.98
HexD694C401F81013c2d47
Octal326224304037102047455107
Binary1101011010010100110001000111111000100001001111001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694C4; }

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

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

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

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

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

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

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

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