#DA9598

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

Shades of Careys Pink #DA9598

Tints of Careys Pink #DA9598

Color information

#DA9598 (or 0xDA9598) is unknown color: approx Careys Pink. HEX triplet: DA, 95 and 98. RGB value is (218,149,152). Sum of RGB (Red+Green+Blue) = 218+149+152=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9598 is #256A67. Grayscale: #AAAAAA. Windows color (decimal): -2452072 or 9999834. OLE color: 9999834.

HSL color Cylindrical-coordinate representation of color #DA9598: hue angle of 357.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9598 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218149152-
CMYK00.320.300.15
HSL357.39º48.25%71.96%-
HSV(B)357.39º31.65%85.49%-
XYZ45.3338.6734.78-
YUV169.97117.86162.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=42.00%
G=28.71%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814915200.320.300.15357.3948.2571.96
HexDA95980201EF1653048
Octal332225230040361754560110
Binary11011010100101011001100001000001111011111011001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9598; }

 p { color: rgb(218,149,152); }

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

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

 a { background-color: rgb(218,149,152); }

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

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

 span { border-color: rgb(218,149,152); }

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