Html Css Color HEX #DA9D9F Careys Pink

📋 copy color: '#DA9D9F'

red 218 ◦ green 157 ◦ blue 159

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

Shades of Careys Pink #DA9D9F

Tints of Careys Pink #DA9D9F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.4%

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

R = 40.82%
G = 29.4%
B = 29.78%

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

#DA9D9F (or 0xDA9D9F) is known color: Careys Pink. HEX triplet: DA, 9D and 9F. RGB value is (218,157,159). Sum of RGB (Red+Green+Blue) = 218+157+159=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9D9F is #256260. Grayscale: #AFAFAF. Windows color (decimal): -2450017 or 10460634. OLE color: 10460634.

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

Color convert

RGB 218 157 159 -
CMYK 0 0.28 0.27 0.15
HSL 358.03º 0.45% 0.74% -
HSV(B) 358.03º 0.28% 0.85% -
XYZ 47.23 41.52 38.33 -
YUV 175.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 218 157 159 0 0.28 0.27 0.15 358.03 0.45 0.74
Hex DA 9D 9F 0 1C 1B F 166 2D 4A
Octal 332 235 237 0 34 33 17 546 55 112
Binary 11011010 10011101 10011111 0 11100 11011 1111 101100110 101101 1001010

Color Harmonies of #DA9D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9D9F

Black with #DA9D9F

Text Example


Text Example

White with #DA9D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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