Html Css Color HEX #D9999A Careys Pink

📋 copy color: '#D9999A'

red 217 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #D9999A

Tints of Careys Pink #D9999A

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

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

 BLUE value IS 154 (60.55% from 255) = 29.39%

R = 41.41%
G = 29.2%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9999A (or 0xD9999A) is known color: Careys Pink. HEX triplet: D9, 99 and 9A. RGB value is (217,153,154). Sum of RGB (Red+Green+Blue) = 217+153+154=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9999A is #266665. Grayscale: #ACACAC. Windows color (decimal): -2516582 or 10131929. OLE color: 10131929.

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

Color convert

RGB 217 153 154 -
CMYK 0 0.29 0.29 0.15
HSL 359.06º 0.46% 0.73% -
HSV(B) 359.06º 0.29% 0.85% -
XYZ 45.84 39.87 35.85 -
YUV 172.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 217 153 154 0 0.29 0.29 0.15 359.06 0.46 0.73
Hex D9 99 9A 0 1D 1D F 167 2E 49
Octal 331 231 232 0 35 35 17 547 56 111
Binary 11011001 10011001 10011010 0 11101 11101 1111 101100111 101110 1001001

Color Harmonies of #D9999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9999A

Black with #D9999A

Text Example


Text Example

White with #D9999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9999A; }

 p { color: rgb(217,153,154); }

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

background-color css

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

 a { background-color: rgb(217,153,154); }

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

border-color css

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

 span { border-color: rgb(217,153,154); }

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