Html Css Color HEX #D8959D Careys Pink

📋 copy color: '#D8959D'

red 216 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #D8959D

Tints of Careys Pink #D8959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.08%

R = 41.38%
G = 28.54%
B = 30.08%

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

#D8959D (or 0xD8959D) is known color: Careys Pink. HEX triplet: D8, 95 and 9D. RGB value is (216,149,157). Sum of RGB (Red+Green+Blue) = 216+149+157=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8959D is #276A62. Grayscale: #A9A9A9. Windows color (decimal): -2583139 or 10327512. OLE color: 10327512.

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

Color convert

RGB 216 149 157 -
CMYK 0 0.31 0.27 0.15
HSL 352.84º 0.46% 0.72% -
HSV(B) 352.84º 0.31% 0.85% -
XYZ 45.15 38.53 36.96 -
YUV 169.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 216 149 157 0 0.31 0.27 0.15 352.84 0.46 0.72
Hex D8 95 9D 0 1F 1B F 161 2E 48
Octal 330 225 235 0 37 33 17 541 56 110
Binary 11011000 10010101 10011101 0 11111 11011 1111 101100001 101110 1001000

Color Harmonies of #D8959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8959D

Black with #D8959D

Text Example


Text Example

White with #D8959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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