Html Css Color HEX #D9999B Careys Pink

📋 copy color: '#D9999B'

red 217 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #D9999B

Tints of Careys Pink #D9999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 41.33%
G = 29.14%
B = 29.52%

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

#D9999B (or 0xD9999B) is known color: Careys Pink. HEX triplet: D9, 99 and 9B. RGB value is (217,153,155). Sum of RGB (Red+Green+Blue) = 217+153+155=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9999B is #266664. Grayscale: #ACACAC. Windows color (decimal): -2516581 or 10197465. OLE color: 10197465.

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

Color convert

RGB 217 153 155 -
CMYK 0 0.29 0.29 0.15
HSL 358.13º 0.46% 0.73% -
HSV(B) 358.13º 0.29% 0.85% -
XYZ 45.92 39.9 36.29 -
YUV 172.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 217 153 155 0 0.29 0.29 0.15 358.13 0.46 0.73
Hex D9 99 9B 0 1D 1D F 166 2E 49
Octal 331 231 233 0 35 35 17 546 56 111
Binary 11011001 10011001 10011011 0 11101 11101 1111 101100110 101110 1001001

Color Harmonies of #D9999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9999B

Black with #D9999B

Text Example


Text Example

White with #D9999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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