Html Css Color HEX #D9949A Careys Pink

📋 copy color: '#D9949A'

red 217 ◦ green 148 ◦ blue 154

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

Shades of Careys Pink #D9949A

Tints of Careys Pink #D9949A

RGB

 RED value IS 217 (85.16% from 255) = 41.81%

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

 BLUE value IS 154 (60.55% from 255) = 29.67%

R = 41.81%
G = 28.52%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9949A (or 0xD9949A) is known color: Careys Pink. HEX triplet: D9, 94 and 9A. RGB value is (217,148,154). Sum of RGB (Red+Green+Blue) = 217+148+154=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9949A is #266B65. Grayscale: #A9A9A9. Windows color (decimal): -2517862 or 10130649. OLE color: 10130649.

HSL color Cylindrical-coordinate representation of color #D9949A: hue angle of 354.78º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9949A is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 154 -
CMYK 0 0.32 0.29 0.15
HSL 354.78º 0.48% 0.72% -
HSV(B) 354.78º 0.32% 0.85% -
XYZ 45.04 38.26 35.58 -
YUV 169.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 217 148 154 0 0.32 0.29 0.15 354.78 0.48 0.72
Hex D9 94 9A 0 20 1D F 163 30 48
Octal 331 224 232 0 40 35 17 543 60 110
Binary 11011001 10010100 10011010 0 100000 11101 1111 101100011 110000 1001000

Color Harmonies of #D9949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9949A

Black with #D9949A

Text Example


Text Example

White with #D9949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9949A; }

 p { color: rgb(217,148,154); }

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

background-color css

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

 a { background-color: rgb(217,148,154); }

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

border-color css

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

 span { border-color: rgb(217,148,154); }

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