Html Css Color HEX #D59EA1 Careys Pink

📋 copy color: '#D59EA1'

red 213 ◦ green 158 ◦ blue 161

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

Shades of Careys Pink #D59EA1

Tints of Careys Pink #D59EA1

RGB

 RED value IS 213 (83.59% from 255) = 40.04%

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 161 (63.28% from 255) = 30.26%

R = 40.04%
G = 29.7%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D59EA1 (or 0xD59EA1) is known color: Careys Pink. HEX triplet: D5, 9E and A1. RGB value is (213,158,161). Sum of RGB (Red+Green+Blue) = 213+158+161=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59EA1 is #2A615E. Grayscale: #AEAEAE. Windows color (decimal): -2777439 or 10591957. OLE color: 10591957.

HSL color Cylindrical-coordinate representation of color #D59EA1: hue angle of 356.73º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59EA1 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 161 -
CMYK 0 0.26 0.24 0.16
HSL 356.73º 0.4% 0.73% -
HSV(B) 356.73º 0.26% 0.84% -
XYZ 46.1 41.17 39.24 -
YUV 174.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 213 158 161 0 0.26 0.24 0.16 356.73 0.4 0.73
Hex D5 9E A1 0 1A 18 10 165 28 49
Octal 325 236 241 0 32 30 20 545 50 111
Binary 11010101 10011110 10100001 0 11010 11000 10000 101100101 101000 1001001

Color Harmonies of #D59EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EA1

Black with #D59EA1

Text Example


Text Example

White with #D59EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EA1; }

 p { color: rgb(213,158,161); }

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

background-color css

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

 a { background-color: rgb(213,158,161); }

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

border-color css

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

 span { border-color: rgb(213,158,161); }

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