Html Css Color HEX #DA999A Careys Pink

📋 copy color: '#DA999A'

red 218 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #DA999A

Tints of Careys Pink #DA999A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.33%

R = 41.52%
G = 29.14%
B = 29.33%

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

#DA999A (or 0xDA999A) is known color: Careys Pink. HEX triplet: DA, 99 and 9A. RGB value is (218,153,154). Sum of RGB (Red+Green+Blue) = 218+153+154=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA999A is #256665. Grayscale: #ACACAC. Windows color (decimal): -2451046 or 10131930. OLE color: 10131930.

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

Color convert

RGB 218 153 154 -
CMYK 0 0.30 0.29 0.15
HSL 359.08º 0.47% 0.73% -
HSV(B) 359.08º 0.3% 0.85% -
XYZ 46.14 40.02 35.86 -
YUV 172.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 218 153 154 0 0.30 0.29 0.15 359.08 0.47 0.73
Hex DA 99 9A 0 1E 1D F 167 2F 49
Octal 332 231 232 0 36 35 17 547 57 111
Binary 11011010 10011001 10011010 0 11110 11101 1111 101100111 101111 1001001

Color Harmonies of #DA999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA999A

Black with #DA999A

Text Example


Text Example

White with #DA999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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