Html Css Color HEX #DA9899 Careys Pink

📋 copy color: '#DA9899'

red 218 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #DA9899

Tints of Careys Pink #DA9899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.06%

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

R = 41.68%
G = 29.06%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA9899 (or 0xDA9899) is known color: Careys Pink. HEX triplet: DA, 98 and 99. RGB value is (218,152,153). Sum of RGB (Red+Green+Blue) = 218+152+153=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9899 is #256766. Grayscale: #ABABAB. Windows color (decimal): -2451303 or 10066138. OLE color: 10066138.

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

Color convert

RGB 218 152 153 -
CMYK 0 0.30 0.30 0.15
HSL 359.09º 0.47% 0.73% -
HSV(B) 359.09º 0.3% 0.85% -
XYZ 45.89 39.66 35.37 -
YUV 171.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 218 152 153 0 0.30 0.30 0.15 359.09 0.47 0.73
Hex DA 98 99 0 1E 1E F 167 2F 49
Octal 332 230 231 0 36 36 17 547 57 111
Binary 11011010 10011000 10011001 0 11110 11110 1111 101100111 101111 1001001

Color Harmonies of #DA9899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9899

Black with #DA9899

Text Example


Text Example

White with #DA9899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9899; }

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

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

background-color css

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

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

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

border-color css

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

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

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