Html Css Color HEX #DA99A1 Careys Pink

📋 copy color: '#DA99A1'

red 218 ◦ green 153 ◦ blue 161

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

Shades of Careys Pink #DA99A1

Tints of Careys Pink #DA99A1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.76%

 BLUE value IS 161 (63.28% from 255) = 30.26%

R = 40.98%
G = 28.76%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA99A1 (or 0xDA99A1) is known color: Careys Pink. HEX triplet: DA, 99 and A1. RGB value is (218,153,161). Sum of RGB (Red+Green+Blue) = 218+153+161=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99A1 is #25665E. Grayscale: #ADADAD. Windows color (decimal): -2451039 or 10590682. OLE color: 10590682.

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

Color convert

RGB 218 153 161 -
CMYK 0 0.30 0.26 0.15
HSL 352.62º 0.47% 0.73% -
HSV(B) 352.62º 0.3% 0.85% -
XYZ 46.74 40.26 39.03 -
YUV 173.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 218 153 161 0 0.30 0.26 0.15 352.62 0.47 0.73
Hex DA 99 A1 0 1E 1A F 161 2F 49
Octal 332 231 241 0 36 32 17 541 57 111
Binary 11011010 10011001 10100001 0 11110 11010 1111 101100001 101111 1001001

Color Harmonies of #DA99A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99A1

Black with #DA99A1

Text Example


Text Example

White with #DA99A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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