Html Css Color HEX #D9959E Careys Pink

📋 copy color: '#D9959E'

red 217 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #D9959E

Tints of Careys Pink #D9959E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.15%

R = 41.41%
G = 28.44%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9959E (or 0xD9959E) is known color: Careys Pink. HEX triplet: D9, 95 and 9E. RGB value is (217,149,158). Sum of RGB (Red+Green+Blue) = 217+149+158=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9959E is #266A61. Grayscale: #AAAAAA. Windows color (decimal): -2517602 or 10393049. OLE color: 10393049.

HSL color Cylindrical-coordinate representation of color #D9959E: hue angle of 352.06º 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 #D9959E is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 158 -
CMYK 0 0.31 0.27 0.15
HSL 352.06º 0.47% 0.72% -
HSV(B) 352.06º 0.31% 0.85% -
XYZ 45.53 38.72 37.42 -
YUV 170.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 217 149 158 0 0.31 0.27 0.15 352.06 0.47 0.72
Hex D9 95 9E 0 1F 1B F 160 2F 48
Octal 331 225 236 0 37 33 17 540 57 110
Binary 11011001 10010101 10011110 0 11111 11011 1111 101100000 101111 1001000

Color Harmonies of #D9959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9959E

Black with #D9959E

Text Example


Text Example

White with #D9959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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