Html Css Color HEX #DA9499 Careys Pink

📋 copy color: '#DA9499'

red 218 ◦ green 148 ◦ blue 153

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

Shades of Careys Pink #DA9499

Tints of Careys Pink #DA9499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.52%

 BLUE value IS 153 (60.16% from 255) = 29.48%

R = 42%
G = 28.52%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA9499 (or 0xDA9499) is known color: Careys Pink. HEX triplet: DA, 94 and 99. RGB value is (218,148,153). Sum of RGB (Red+Green+Blue) = 218+148+153=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9499 is #256B66. Grayscale: #A9A9A9. Windows color (decimal): -2452327 or 10065114. OLE color: 10065114.

HSL color Cylindrical-coordinate representation of color #DA9499: hue angle of 355.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9499 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 153 -
CMYK 0 0.32 0.30 0.15
HSL 355.71º 0.49% 0.72% -
HSV(B) 355.71º 0.32% 0.85% -
XYZ 45.25 38.39 35.16 -
YUV 169.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 218 148 153 0 0.32 0.30 0.15 355.71 0.49 0.72
Hex DA 94 99 0 20 1E F 164 31 48
Octal 332 224 231 0 40 36 17 544 61 110
Binary 11011010 10010100 10011001 0 100000 11110 1111 101100100 110001 1001000

Color Harmonies of #DA9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9499

Black with #DA9499

Text Example


Text Example

White with #DA9499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9499; }

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

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

background-color css

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

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

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

border-color css

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

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

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