Html Css Color HEX #DA999B Careys Pink

📋 copy color: '#DA999B'

red 218 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #DA999B

Tints of Careys Pink #DA999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.47%

R = 41.44%
G = 29.09%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA999B (or 0xDA999B) is known color: Careys Pink. HEX triplet: DA, 99 and 9B. RGB value is (218,153,155). Sum of RGB (Red+Green+Blue) = 218+153+155=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA999B is #256664. Grayscale: #ACACAC. Windows color (decimal): -2451045 or 10197466. OLE color: 10197466.

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

Color convert

RGB 218 153 155 -
CMYK 0 0.30 0.29 0.15
HSL 358.15º 0.47% 0.73% -
HSV(B) 358.15º 0.3% 0.85% -
XYZ 46.22 40.05 36.31 -
YUV 172.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 218 153 155 0 0.30 0.29 0.15 358.15 0.47 0.73
Hex DA 99 9B 0 1E 1D F 166 2F 49
Octal 332 231 233 0 36 35 17 546 57 111
Binary 11011010 10011001 10011011 0 11110 11101 1111 101100110 101111 1001001

Color Harmonies of #DA999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA999B

Black with #DA999B

Text Example


Text Example

White with #DA999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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