Html Css Color HEX #D596A3 Careys Pink

📋 copy color: '#D596A3'

red 213 ◦ green 150 ◦ blue 163

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

Shades of Careys Pink #D596A3

Tints of Careys Pink #D596A3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.52%

 BLUE value IS 163 (64.06% from 255) = 30.99%

R = 40.49%
G = 28.52%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D596A3 (or 0xD596A3) is known color: Careys Pink. HEX triplet: D5, 96 and A3. RGB value is (213,150,163). Sum of RGB (Red+Green+Blue) = 213+150+163=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D596A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596A3 is #2A695C. Grayscale: #AAAAAA. Windows color (decimal): -2779485 or 10720981. OLE color: 10720981.

HSL color Cylindrical-coordinate representation of color #D596A3: hue angle of 347.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596A3 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 163 -
CMYK 0 0.30 0.23 0.16
HSL 347.62º 0.43% 0.71% -
HSV(B) 347.62º 0.3% 0.84% -
XYZ 44.96 38.6 39.73 -
YUV 170.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 213 150 163 0 0.30 0.23 0.16 347.62 0.43 0.71
Hex D5 96 A3 0 1E 17 10 15C 2B 47
Octal 325 226 243 0 36 27 20 534 53 107
Binary 11010101 10010110 10100011 0 11110 10111 10000 101011100 101011 1000111

Color Harmonies of #D596A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596A3

Black with #D596A3

Text Example


Text Example

White with #D596A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596A3; }

 p { color: rgb(213,150,163); }

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

background-color css

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

 a { background-color: rgb(213,150,163); }

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

border-color css

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

 span { border-color: rgb(213,150,163); }

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