Html Css Color HEX #D9999D Careys Pink

📋 copy color: '#D9999D'

red 217 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #D9999D

Tints of Careys Pink #D9999D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.79%

R = 41.18%
G = 29.03%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9999D (or 0xD9999D) is known color: Careys Pink. HEX triplet: D9, 99 and 9D. RGB value is (217,153,157). Sum of RGB (Red+Green+Blue) = 217+153+157=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9999D is #266662. Grayscale: #ACACAC. Windows color (decimal): -2516579 or 10328537. OLE color: 10328537.

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

Color convert

RGB 217 153 157 -
CMYK 0 0.29 0.28 0.15
HSL 356.25º 0.46% 0.73% -
HSV(B) 356.25º 0.29% 0.85% -
XYZ 46.09 39.97 37.18 -
YUV 172.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 217 153 157 0 0.29 0.28 0.15 356.25 0.46 0.73
Hex D9 99 9D 0 1D 1C F 164 2E 49
Octal 331 231 235 0 35 34 17 544 56 111
Binary 11011001 10011001 10011101 0 11101 11100 1111 101100100 101110 1001001

Color Harmonies of #D9999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9999D

Black with #D9999D

Text Example


Text Example

White with #D9999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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