Html Css Color HEX #D59FA5 Careys Pink

📋 copy color: '#D59FA5'

red 213 ◦ green 159 ◦ blue 165

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

Shades of Careys Pink #D59FA5

Tints of Careys Pink #D59FA5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.61%

 BLUE value IS 165 (64.84% from 255) = 30.73%

R = 39.66%
G = 29.61%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D59FA5 (or 0xD59FA5) is known color: Careys Pink. HEX triplet: D5, 9F and A5. RGB value is (213,159,165). Sum of RGB (Red+Green+Blue) = 213+159+165=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FA5 is #2A605A. Grayscale: #AFAFAF. Windows color (decimal): -2777179 or 10854357. OLE color: 10854357.

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

Color convert

RGB 213 159 165 -
CMYK 0 0.25 0.23 0.16
HSL 353.33º 0.39% 0.73% -
HSV(B) 353.33º 0.25% 0.84% -
XYZ 46.63 41.66 41.18 -
YUV 175.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 213 159 165 0 0.25 0.23 0.16 353.33 0.39 0.73
Hex D5 9F A5 0 19 17 10 161 27 49
Octal 325 237 245 0 31 27 20 541 47 111
Binary 11010101 10011111 10100101 0 11001 10111 10000 101100001 100111 1001001

Color Harmonies of #D59FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FA5

Black with #D59FA5

Text Example


Text Example

White with #D59FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FA5; }

 p { color: rgb(213,159,165); }

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

background-color css

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

 a { background-color: rgb(213,159,165); }

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

border-color css

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

 span { border-color: rgb(213,159,165); }

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