Html Css Color HEX #D99FA3 Careys Pink

📋 copy color: '#D99FA3'

red 217 ◦ green 159 ◦ blue 163

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

Shades of Careys Pink #D99FA3

Tints of Careys Pink #D99FA3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.5%

 BLUE value IS 163 (64.06% from 255) = 30.24%

R = 40.26%
G = 29.5%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D99FA3 (or 0xD99FA3) is known color: Careys Pink. HEX triplet: D9, 9F and A3. RGB value is (217,159,163). Sum of RGB (Red+Green+Blue) = 217+159+163=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FA3 is #26605C. Grayscale: #B0B0B0. Windows color (decimal): -2515037 or 10723289. OLE color: 10723289.

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

Color convert

RGB 217 159 163 -
CMYK 0 0.27 0.25 0.15
HSL 355.86º 0.43% 0.74% -
HSV(B) 355.86º 0.27% 0.85% -
XYZ 47.62 42.19 40.28 -
YUV 176.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 217 159 163 0 0.27 0.25 0.15 355.86 0.43 0.74
Hex D9 9F A3 0 1B 19 F 164 2B 4A
Octal 331 237 243 0 33 31 17 544 53 112
Binary 11011001 10011111 10100011 0 11011 11001 1111 101100100 101011 1001010

Color Harmonies of #D99FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FA3

Black with #D99FA3

Text Example


Text Example

White with #D99FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FA3; }

 p { color: rgb(217,159,163); }

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

background-color css

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

 a { background-color: rgb(217,159,163); }

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

border-color css

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

 span { border-color: rgb(217,159,163); }

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