Html Css Color HEX #DA999D Careys Pink

📋 copy color: '#DA999D'

red 218 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #DA999D

Tints of Careys Pink #DA999D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.73%

R = 41.29%
G = 28.98%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA999D (or 0xDA999D) is known color: Careys Pink. HEX triplet: DA, 99 and 9D. RGB value is (218,153,157). Sum of RGB (Red+Green+Blue) = 218+153+157=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA999D is #256662. Grayscale: #ACACAC. Windows color (decimal): -2451043 or 10328538. OLE color: 10328538.

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

Color convert

RGB 218 153 157 -
CMYK 0 0.30 0.28 0.15
HSL 356.31º 0.47% 0.73% -
HSV(B) 356.31º 0.3% 0.85% -
XYZ 46.39 40.12 37.2 -
YUV 172.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 218 153 157 0 0.30 0.28 0.15 356.31 0.47 0.73
Hex DA 99 9D 0 1E 1C F 164 2F 49
Octal 332 231 235 0 36 34 17 544 57 111
Binary 11011010 10011001 10011101 0 11110 11100 1111 101100100 101111 1001001

Color Harmonies of #DA999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA999D

Black with #DA999D

Text Example


Text Example

White with #DA999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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