#D799C1

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

Shades of Shocking #D799C1

Tints of Shocking #D799C1

Color information

#D799C1 (or 0xD799C1) is unknown color: approx Shocking. HEX triplet: D7, 99 and C1. RGB value is (215,153,193). Sum of RGB (Red+Green+Blue) = 215+153+193=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D799C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799C1 is #28663E. Grayscale: #AFAFAF. Windows color (decimal): -2647615 or 12687831. OLE color: 12687831.

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

Color convert

RGB215153193-
CMYK00.290.100.16
HSL321.29º43.66%72.16%-
HSV(B)321.29º28.84%84.31%-
XYZ49.0441.0855.8-
YUV176.1137.54155.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=38.32%
G=27.27%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515319300.290.100.16321.2943.6672.16
HexD799C101DA101412c48
Octal327231301035122050154110
Binary1101011110011001110000010111011010100001010000011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799C1; }

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

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

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

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

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

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

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

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