Html Css Color HEX #D599A4 Careys Pink

📋 copy color: '#D599A4'

red 213 ◦ green 153 ◦ blue 164

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

Shades of Careys Pink #D599A4

Tints of Careys Pink #D599A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.94%

R = 40.19%
G = 28.87%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D599A4 (or 0xD599A4) is known color: Careys Pink. HEX triplet: D5, 99 and A4. RGB value is (213,153,164). Sum of RGB (Red+Green+Blue) = 213+153+164=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D599A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599A4 is #2A665B. Grayscale: #ACACAC. Windows color (decimal): -2778716 or 10787285. OLE color: 10787285.

HSL color Cylindrical-coordinate representation of color #D599A4: hue angle of 349º 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 #D599A4 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 164 -
CMYK 0 0.28 0.23 0.16
HSL 349º 0.42% 0.72% -
HSV(B) 349º 0.28% 0.84% -
XYZ 45.53 39.61 40.37 -
YUV 172.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 213 153 164 0 0.28 0.23 0.16 349 0.42 0.72
Hex D5 99 A4 0 1C 17 10 15D 2A 48
Octal 325 231 244 0 34 27 20 535 52 110
Binary 11010101 10011001 10100100 0 11100 10111 10000 101011101 101010 1001000

Color Harmonies of #D599A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599A4

Black with #D599A4

Text Example


Text Example

White with #D599A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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