Html Css Color HEX #D3949F Careys Pink

📋 copy color: '#D3949F'

red 211 ◦ green 148 ◦ blue 159

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

Shades of Careys Pink #D3949F

Tints of Careys Pink #D3949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.57%

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

R = 40.73%
G = 28.57%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3949F (or 0xD3949F) is known color: Careys Pink. HEX triplet: D3, 94 and 9F. RGB value is (211,148,159). Sum of RGB (Red+Green+Blue) = 211+148+159=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D3949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3949F is #2C6B60. Grayscale: #A8A8A8. Windows color (decimal): -2911073 or 10458323. OLE color: 10458323.

HSL color Cylindrical-coordinate representation of color #D3949F: hue angle of 349.52º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3949F is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 148 159 -
CMYK 0 0.30 0.25 0.17
HSL 349.52º 0.42% 0.7% -
HSV(B) 349.52º 0.3% 0.83% -
XYZ 43.71 37.53 37.74 -
YUV 168.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 211 148 159 0 0.30 0.25 0.17 349.52 0.42 0.7
Hex D3 94 9F 0 1E 19 11 15E 2A 46
Octal 323 224 237 0 36 31 21 536 52 106
Binary 11010011 10010100 10011111 0 11110 11001 10001 101011110 101010 1000110

Color Harmonies of #D3949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3949F

Black with #D3949F

Text Example


Text Example

White with #D3949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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