Html Css Color HEX #D9959A Careys Pink

📋 copy color: '#D9959A'

red 217 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #D9959A

Tints of Careys Pink #D9959A

RGB

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

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

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

R = 41.73%
G = 28.65%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9959A (or 0xD9959A) is known color: Careys Pink. HEX triplet: D9, 95 and 9A. RGB value is (217,149,154). Sum of RGB (Red+Green+Blue) = 217+149+154=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D9959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9959A is #266A65. Grayscale: #A9A9A9. Windows color (decimal): -2517606 or 10130905. OLE color: 10130905.

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

Color convert

RGB 217 149 154 -
CMYK 0 0.31 0.29 0.15
HSL 355.59º 0.47% 0.72% -
HSV(B) 355.59º 0.31% 0.85% -
XYZ 45.2 38.58 35.64 -
YUV 169.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 217 149 154 0 0.31 0.29 0.15 355.59 0.47 0.72
Hex D9 95 9A 0 1F 1D F 164 2F 48
Octal 331 225 232 0 37 35 17 544 57 110
Binary 11011001 10010101 10011010 0 11111 11101 1111 101100100 101111 1001000

Color Harmonies of #D9959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9959A

Black with #D9959A

Text Example


Text Example

White with #D9959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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