Html Css Color HEX #D599A2 Careys Pink

📋 copy color: '#D599A2'

red 213 ◦ green 153 ◦ blue 162

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

Shades of Careys Pink #D599A2

Tints of Careys Pink #D599A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.68%

R = 40.34%
G = 28.98%
B = 30.68%

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

#D599A2 (or 0xD599A2) is known color: Careys Pink. HEX triplet: D5, 99 and A2. RGB value is (213,153,162). Sum of RGB (Red+Green+Blue) = 213+153+162=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D599A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599A2 is #2A665D. Grayscale: #ABABAB. Windows color (decimal): -2778718 or 10656213. OLE color: 10656213.

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

Color convert

RGB 213 153 162 -
CMYK 0 0.28 0.24 0.16
HSL 351º 0.42% 0.72% -
HSV(B) 351º 0.28% 0.84% -
XYZ 45.35 39.54 39.42 -
YUV 171.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 213 153 162 0 0.28 0.24 0.16 351 0.42 0.72
Hex D5 99 A2 0 1C 18 10 15F 2A 48
Octal 325 231 242 0 34 30 20 537 52 110
Binary 11010101 10011001 10100010 0 11100 11000 10000 101011111 101010 1001000

Color Harmonies of #D599A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599A2

Black with #D599A2

Text Example


Text Example

White with #D599A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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