Html Css Color HEX #D3959F Careys Pink

📋 copy color: '#D3959F'

red 211 ◦ green 149 ◦ blue 159

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

Shades of Careys Pink #D3959F

Tints of Careys Pink #D3959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.64%

R = 40.66%
G = 28.71%
B = 30.64%

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

#D3959F (or 0xD3959F) is known color: Careys Pink. HEX triplet: D3, 95 and 9F. RGB value is (211,149,159). Sum of RGB (Red+Green+Blue) = 211+149+159=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3959F is #2C6A60. Grayscale: #A8A8A8. Windows color (decimal): -2910817 or 10458579. OLE color: 10458579.

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

Color convert

RGB 211 149 159 -
CMYK 0 0.29 0.25 0.17
HSL 350.32º 0.41% 0.71% -
HSV(B) 350.32º 0.29% 0.83% -
XYZ 43.87 37.85 37.79 -
YUV 168.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 211 149 159 0 0.29 0.25 0.17 350.32 0.41 0.71
Hex D3 95 9F 0 1D 19 11 15E 29 47
Octal 323 225 237 0 35 31 21 536 51 107
Binary 11010011 10010101 10011111 0 11101 11001 10001 101011110 101001 1000111

Color Harmonies of #D3959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3959F

Black with #D3959F

Text Example


Text Example

White with #D3959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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