#D5999E

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

Shades of Careys Pink #D5999E

Tints of Careys Pink #D5999E

Color information

#D5999E (or 0xD5999E) is unknown color: approx Careys Pink. HEX triplet: D5, 99 and 9E. RGB value is (213,153,158). Sum of RGB (Red+Green+Blue) = 213+153+158=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5999E is #2A6661. Grayscale: #ABABAB. Windows color (decimal): -2778722 or 10394069. OLE color: 10394069.

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

Color convert

RGB213153158-
CMYK00.280.260.16
HSL355º41.67%71.76%-
HSV(B)355º28.17%83.53%-
XYZ4539.437.58-
YUV171.51120.38157.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=40.65%
G=29.20%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315315800.280.260.1635541.6771.76
HexD5999E01C1A101632a48
Octal325231236034322054352110
Binary11010101100110011001111001110011010100001011000111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5999E; }

 p { color: rgb(213,153,158); }

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

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

 a { background-color: rgb(213,153,158); }

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

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

 span { border-color: rgb(213,153,158); }

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