Html Css Color HEX #D599A1 Careys Pink

📋 copy color: '#D599A1'

red 213 ◦ green 153 ◦ blue 161

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

Shades of Careys Pink #D599A1

Tints of Careys Pink #D599A1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.03%

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

R = 40.42%
G = 29.03%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D599A1 (or 0xD599A1) is known color: Careys Pink. HEX triplet: D5, 99 and A1. RGB value is (213,153,161). Sum of RGB (Red+Green+Blue) = 213+153+161=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D599A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599A1 is #2A665E. Grayscale: #ABABAB. Windows color (decimal): -2778719 or 10590677. OLE color: 10590677.

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

Color convert

RGB 213 153 161 -
CMYK 0 0.28 0.24 0.16
HSL 352º 0.42% 0.72% -
HSV(B) 352º 0.28% 0.84% -
XYZ 45.26 39.5 38.96 -
YUV 171.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 213 153 161 0 0.28 0.24 0.16 352 0.42 0.72
Hex D5 99 A1 0 1C 18 10 160 2A 48
Octal 325 231 241 0 34 30 20 540 52 110
Binary 11010101 10011001 10100001 0 11100 11000 10000 101100000 101010 1001000

Color Harmonies of #D599A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599A1

Black with #D599A1

Text Example


Text Example

White with #D599A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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