Html Css Color HEX #DA999C Careys Pink

📋 copy color: '#DA999C'

red 218 ◦ green 153 ◦ blue 156

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

Shades of Careys Pink #DA999C

Tints of Careys Pink #DA999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.6%

R = 41.37%
G = 29.03%
B = 29.6%

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

#DA999C (or 0xDA999C) is known color: Careys Pink. HEX triplet: DA, 99 and 9C. RGB value is (218,153,156). Sum of RGB (Red+Green+Blue) = 218+153+156=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA999C is #256663. Grayscale: #ACACAC. Windows color (decimal): -2451044 or 10263002. OLE color: 10263002.

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

Color convert

RGB 218 153 156 -
CMYK 0 0.30 0.28 0.15
HSL 357.23º 0.47% 0.73% -
HSV(B) 357.23º 0.3% 0.85% -
XYZ 46.31 40.09 36.75 -
YUV 172.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 218 153 156 0 0.30 0.28 0.15 357.23 0.47 0.73
Hex DA 99 9C 0 1E 1C F 165 2F 49
Octal 332 231 234 0 36 34 17 545 57 111
Binary 11011010 10011001 10011100 0 11110 11100 1111 101100101 101111 1001001

Color Harmonies of #DA999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA999C

Black with #DA999C

Text Example


Text Example

White with #DA999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA999C; }

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

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

background-color css

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

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

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

border-color css

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

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

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