Html Css Color HEX #D1949F Careys Pink

📋 copy color: '#D1949F'

red 209 ◦ green 148 ◦ blue 159

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

Shades of Careys Pink #D1949F

Tints of Careys Pink #D1949F

RGB

 RED value IS 209 (82.03% from 255) = 40.5%

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

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

R = 40.5%
G = 28.68%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1949F (or 0xD1949F) is known color: Careys Pink. HEX triplet: D1, 94 and 9F. RGB value is (209,148,159). Sum of RGB (Red+Green+Blue) = 209+148+159=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1949F is #2E6B60. Grayscale: #A7A7A7. Windows color (decimal): -3042145 or 10458321. OLE color: 10458321.

HSL color Cylindrical-coordinate representation of color #D1949F: hue angle of 349.18º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1949F is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 159 -
CMYK 0 0.29 0.24 0.18
HSL 349.18º 0.4% 0.7% -
HSV(B) 349.18º 0.29% 0.82% -
XYZ 43.14 37.24 37.71 -
YUV 167.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 209 148 159 0 0.29 0.24 0.18 349.18 0.4 0.7
Hex D1 94 9F 0 1D 18 12 15D 28 46
Octal 321 224 237 0 35 30 22 535 50 106
Binary 11010001 10010100 10011111 0 11101 11000 10010 101011101 101000 1000110

Color Harmonies of #D1949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1949F

Black with #D1949F

Text Example


Text Example

White with #D1949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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