#D799C4

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

Shades of Shocking #D799C4

Tints of Shocking #D799C4

Color information

#D799C4 (or 0xD799C4) is unknown color: approx Shocking. HEX triplet: D7, 99 and C4. RGB value is (215,153,196). Sum of RGB (Red+Green+Blue) = 215+153+196=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D799C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799C4 is #28663B. Grayscale: #B0B0B0. Windows color (decimal): -2647612 or 12884439. OLE color: 12884439.

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

Color convert

RGB215153196-
CMYK00.290.090.16
HSL318.39º43.66%72.16%-
HSV(B)318.39º28.84%84.31%-
XYZ49.3841.2257.58-
YUV176.44139.04155.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=38.12%
G=27.13%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515319600.290.090.16318.3943.6672.16
HexD799C401D91013e2c48
Octal327231304035112047654110
Binary1101011110011001110001000111011001100001001111101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799C4; }

 p { color: rgb(215,153,196); }

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

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

 a { background-color: rgb(215,153,196); }

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

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

 span { border-color: rgb(215,153,196); }

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