Html Css Color HEX #DA9599 Careys Pink

📋 copy color: '#DA9599'

red 218 ◦ green 149 ◦ blue 153

#DA9599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #DA9599

Tints of Careys Pink #DA9599

RGB

 RED value IS 218 (85.55% from 255) = 41.92%

 GREEN value IS 149 (58.59% from 255) = 28.65%

 BLUE value IS 153 (60.16% from 255) = 29.42%

R = 41.92%
G = 28.65%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA9599 (or 0xDA9599) is known color: Careys Pink. HEX triplet: DA, 95 and 99. RGB value is (218,149,153). Sum of RGB (Red+Green+Blue) = 218+149+153=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9599 is #256A66. Grayscale: #AAAAAA. Windows color (decimal): -2452071 or 10065370. OLE color: 10065370.

HSL color Cylindrical-coordinate representation of color #DA9599: hue angle of 356.52º 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 #DA9599 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 153 -
CMYK 0 0.32 0.30 0.15
HSL 356.52º 0.48% 0.72% -
HSV(B) 356.52º 0.32% 0.85% -
XYZ 45.41 38.7 35.21 -
YUV 170.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 218 149 153 0 0.32 0.30 0.15 356.52 0.48 0.72
Hex DA 95 99 0 20 1E F 165 30 48
Octal 332 225 231 0 40 36 17 545 60 110
Binary 11011010 10010101 10011001 0 100000 11110 1111 101100101 110000 1001000

Color Harmonies of #DA9599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9599

Black with #DA9599

Text Example


Text Example

White with #DA9599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9599; }

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

 H1.HeaderClassName
 {
   color: #DA9599;
 }
 .AnyTagClassName
 {
   color: #DA9599;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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