Html Css Color HEX #D3959E Careys Pink

📋 copy color: '#D3959E'

red 211 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #D3959E

Tints of Careys Pink #D3959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.76%

 BLUE value IS 158 (62.11% from 255) = 30.5%

R = 40.73%
G = 28.76%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3959E (or 0xD3959E) is known color: Careys Pink. HEX triplet: D3, 95 and 9E. RGB value is (211,149,158). Sum of RGB (Red+Green+Blue) = 211+149+158=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D3959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3959E is #2C6A61. Grayscale: #A8A8A8. Windows color (decimal): -2910818 or 10393043. OLE color: 10393043.

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

Color convert

RGB 211 149 158 -
CMYK 0 0.29 0.25 0.17
HSL 351.29º 0.41% 0.71% -
HSV(B) 351.29º 0.29% 0.83% -
XYZ 43.78 37.81 37.34 -
YUV 168.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 211 149 158 0 0.29 0.25 0.17 351.29 0.41 0.71
Hex D3 95 9E 0 1D 19 11 15F 29 47
Octal 323 225 236 0 35 31 21 537 51 107
Binary 11010011 10010101 10011110 0 11101 11001 10001 101011111 101001 1000111

Color Harmonies of #D3959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3959E

Black with #D3959E

Text Example


Text Example

White with #D3959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3959E; }

 p { color: rgb(211,149,158); }

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

background-color css

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

 a { background-color: rgb(211,149,158); }

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

border-color css

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

 span { border-color: rgb(211,149,158); }

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