Html Css Color HEX #D99FA8 Careys Pink

📋 copy color: '#D99FA8'

red 217 ◦ green 159 ◦ blue 168

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

Shades of Careys Pink #D99FA8

Tints of Careys Pink #D99FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.88%

R = 39.89%
G = 29.23%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D99FA8 (or 0xD99FA8) is known color: Careys Pink. HEX triplet: D9, 9F and A8. RGB value is (217,159,168). Sum of RGB (Red+Green+Blue) = 217+159+168=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FA8 is #266057. Grayscale: #B1B1B1. Windows color (decimal): -2515032 or 11050969. OLE color: 11050969.

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

Color convert

RGB 217 159 168 -
CMYK 0 0.27 0.23 0.15
HSL 350.69º 0.43% 0.74% -
HSV(B) 350.69º 0.27% 0.85% -
XYZ 48.08 42.38 42.69 -
YUV 177.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 217 159 168 0 0.27 0.23 0.15 350.69 0.43 0.74
Hex D9 9F A8 0 1B 17 F 15F 2B 4A
Octal 331 237 250 0 33 27 17 537 53 112
Binary 11011001 10011111 10101000 0 11011 10111 1111 101011111 101011 1001010

Color Harmonies of #D99FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FA8

Black with #D99FA8

Text Example


Text Example

White with #D99FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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