#DA99C7

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

Shades of Shocking #DA99C7

Tints of Shocking #DA99C7

Color information

#DA99C7 (or 0xDA99C7) is unknown color: approx Shocking. HEX triplet: DA, 99 and C7. RGB value is (218,153,199). Sum of RGB (Red+Green+Blue) = 218+153+199=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99C7 is #256638. Grayscale: #B1B1B1. Windows color (decimal): -2451001 or 13081050. OLE color: 13081050.

HSL color Cylindrical-coordinate representation of color #DA99C7: hue angle of 317.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99C7 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218153199-
CMYK00.300.090.15
HSL317.54º46.76%72.75%-
HSV(B)317.54º29.82%85.49%-
XYZ50.6141.8159.44-
YUV177.68140.03156.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=38.25%
G=26.84%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815319900.300.090.15317.5446.7672.75
HexDA99C701E9F13e2f49
Octal332231307036111747657111
Binary110110101001100111000111011110100111111001111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99C7; }

 p { color: rgb(218,153,199); }

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

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

 a { background-color: rgb(218,153,199); }

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

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

 span { border-color: rgb(218,153,199); }

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