Html Css Color HEX #D8959E Careys Pink

📋 copy color: '#D8959E'

red 216 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #D8959E

Tints of Careys Pink #D8959E

RGB

 RED value IS 216 (84.77% from 255) = 41.3%

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

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

R = 41.3%
G = 28.49%
B = 30.21%

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

#D8959E (or 0xD8959E) is known color: Careys Pink. HEX triplet: D8, 95 and 9E. RGB value is (216,149,158). Sum of RGB (Red+Green+Blue) = 216+149+158=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8959E is #276A61. Grayscale: #AAAAAA. Windows color (decimal): -2583138 or 10393048. OLE color: 10393048.

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

Color convert

RGB 216 149 158 -
CMYK 0 0.31 0.27 0.15
HSL 351.94º 0.46% 0.72% -
HSV(B) 351.94º 0.31% 0.85% -
XYZ 45.24 38.56 37.41 -
YUV 170.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 216 149 158 0 0.31 0.27 0.15 351.94 0.46 0.72
Hex D8 95 9E 0 1F 1B F 160 2E 48
Octal 330 225 236 0 37 33 17 540 56 110
Binary 11011000 10010101 10011110 0 11111 11011 1111 101100000 101110 1001000

Color Harmonies of #D8959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8959E

Black with #D8959E

Text Example


Text Example

White with #D8959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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