Html Css Color HEX #DA9C9F Careys Pink

📋 copy color: '#DA9C9F'

red 218 ◦ green 156 ◦ blue 159

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

Shades of Careys Pink #DA9C9F

Tints of Careys Pink #DA9C9F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.27%

 BLUE value IS 159 (62.5% from 255) = 29.83%

R = 40.9%
G = 29.27%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA9C9F (or 0xDA9C9F) is known color: Careys Pink. HEX triplet: DA, 9C and 9F. RGB value is (218,156,159). Sum of RGB (Red+Green+Blue) = 218+156+159=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C9F is #256360. Grayscale: #AEAEAE. Windows color (decimal): -2450273 or 10460378. OLE color: 10460378.

HSL color Cylindrical-coordinate representation of color #DA9C9F: hue angle of 357.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9C9F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 156 159 -
CMYK 0 0.28 0.27 0.15
HSL 357.1º 0.46% 0.73% -
HSV(B) 357.1º 0.28% 0.85% -
XYZ 47.06 41.19 38.27 -
YUV 174.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 218 156 159 0 0.28 0.27 0.15 357.1 0.46 0.73
Hex DA 9C 9F 0 1C 1B F 165 2E 49
Octal 332 234 237 0 34 33 17 545 56 111
Binary 11011010 10011100 10011111 0 11100 11011 1111 101100101 101110 1001001

Color Harmonies of #DA9C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C9F

Black with #DA9C9F

Text Example


Text Example

White with #DA9C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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