Html Css Color HEX #D8959A Careys Pink

📋 copy color: '#D8959A'

red 216 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #D8959A

Tints of Careys Pink #D8959A

RGB

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

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

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

R = 41.62%
G = 28.71%
B = 29.67%

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

#D8959A (or 0xD8959A) is known color: Careys Pink. HEX triplet: D8, 95 and 9A. RGB value is (216,149,154). Sum of RGB (Red+Green+Blue) = 216+149+154=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8959A is #276A65. Grayscale: #A9A9A9. Windows color (decimal): -2583142 or 10130904. OLE color: 10130904.

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

Color convert

RGB 216 149 154 -
CMYK 0 0.31 0.29 0.15
HSL 355.52º 0.46% 0.72% -
HSV(B) 355.52º 0.31% 0.85% -
XYZ 44.9 38.43 35.62 -
YUV 169.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 216 149 154 0 0.31 0.29 0.15 355.52 0.46 0.72
Hex D8 95 9A 0 1F 1D F 164 2E 48
Octal 330 225 232 0 37 35 17 544 56 110
Binary 11011000 10010101 10011010 0 11111 11101 1111 101100100 101110 1001000

Color Harmonies of #D8959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8959A

Black with #D8959A

Text Example


Text Example

White with #D8959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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