Html Css Color HEX #D3999B Careys Pink

📋 copy color: '#D3999B'

red 211 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #D3999B

Tints of Careys Pink #D3999B

RGB

 RED value IS 211 (82.81% from 255) = 40.66%

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

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

R = 40.66%
G = 29.48%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3999B (or 0xD3999B) is known color: Careys Pink. HEX triplet: D3, 99 and 9B. RGB value is (211,153,155). Sum of RGB (Red+Green+Blue) = 211+153+155=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3999B is #2C6664. Grayscale: #AAAAAA. Windows color (decimal): -2909797 or 10197459. OLE color: 10197459.

HSL color Cylindrical-coordinate representation of color #D3999B: hue angle of 357.93º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3999B is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 153 155 -
CMYK 0 0.27 0.27 0.17
HSL 357.93º 0.4% 0.71% -
HSV(B) 357.93º 0.27% 0.83% -
XYZ 44.17 39 36.21 -
YUV 170.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 211 153 155 0 0.27 0.27 0.17 357.93 0.4 0.71
Hex D3 99 9B 0 1B 1B 11 166 28 47
Octal 323 231 233 0 33 33 21 546 50 107
Binary 11010011 10011001 10011011 0 11011 11011 10001 101100110 101000 1000111

Color Harmonies of #D3999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3999B

Black with #D3999B

Text Example


Text Example

White with #D3999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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