Html Css Color HEX #D9999C Careys Pink

📋 copy color: '#D9999C'

red 217 ◦ green 153 ◦ blue 156

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

Shades of Careys Pink #D9999C

Tints of Careys Pink #D9999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.66%

R = 41.25%
G = 29.09%
B = 29.66%

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

#D9999C (or 0xD9999C) is known color: Careys Pink. HEX triplet: D9, 99 and 9C. RGB value is (217,153,156). Sum of RGB (Red+Green+Blue) = 217+153+156=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9999C is #266663. Grayscale: #ACACAC. Windows color (decimal): -2516580 or 10263001. OLE color: 10263001.

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

Color convert

RGB 217 153 156 -
CMYK 0 0.29 0.28 0.15
HSL 357.19º 0.46% 0.73% -
HSV(B) 357.19º 0.29% 0.85% -
XYZ 46.01 39.93 36.74 -
YUV 172.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 217 153 156 0 0.29 0.28 0.15 357.19 0.46 0.73
Hex D9 99 9C 0 1D 1C F 165 2E 49
Octal 331 231 234 0 35 34 17 545 56 111
Binary 11011001 10011001 10011100 0 11101 11100 1111 101100101 101110 1001001

Color Harmonies of #D9999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9999C

Black with #D9999C

Text Example


Text Example

White with #D9999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9999C; }

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

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

background-color css

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

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

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

border-color css

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

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

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