Html Css Color HEX #D999A2 Careys Pink

📋 copy color: '#D999A2'

red 217 ◦ green 153 ◦ blue 162

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

Shades of Careys Pink #D999A2

Tints of Careys Pink #D999A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.45%

R = 40.79%
G = 28.76%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D999A2 (or 0xD999A2) is known color: Careys Pink. HEX triplet: D9, 99 and A2. RGB value is (217,153,162). Sum of RGB (Red+Green+Blue) = 217+153+162=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D999A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999A2 is #26665D. Grayscale: #ADADAD. Windows color (decimal): -2516574 or 10656217. OLE color: 10656217.

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

Color convert

RGB 217 153 162 -
CMYK 0 0.29 0.25 0.15
HSL 351.56º 0.46% 0.73% -
HSV(B) 351.56º 0.29% 0.85% -
XYZ 46.53 40.14 39.48 -
YUV 173.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 217 153 162 0 0.29 0.25 0.15 351.56 0.46 0.73
Hex D9 99 A2 0 1D 19 F 160 2E 49
Octal 331 231 242 0 35 31 17 540 56 111
Binary 11011001 10011001 10100010 0 11101 11001 1111 101100000 101110 1001001

Color Harmonies of #D999A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999A2

Black with #D999A2

Text Example


Text Example

White with #D999A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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