Html Css Color HEX #D59193 Careys Pink

📋 copy color: '#D59193'

red 213 ◦ green 145 ◦ blue 147

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

Shades of Careys Pink #D59193

Tints of Careys Pink #D59193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.71%

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 42.18%
G = 28.71%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59193 (or 0xD59193) is known color: Careys Pink. HEX triplet: D5, 91 and 93. RGB value is (213,145,147). Sum of RGB (Red+Green+Blue) = 213+145+147=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D59193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59193 is #2A6E6C. Grayscale: #A5A5A5. Windows color (decimal): -2780781 or 9671125. OLE color: 9671125.

HSL color Cylindrical-coordinate representation of color #D59193: hue angle of 358.24º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59193 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 147 -
CMYK 0 0.32 0.31 0.16
HSL 358.24º 0.45% 0.7% -
HSV(B) 358.24º 0.32% 0.84% -
XYZ 42.83 36.5 32.39 -
YUV 165.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 213 145 147 0 0.32 0.31 0.16 358.24 0.45 0.7
Hex D5 91 93 0 20 1F 10 166 2D 46
Octal 325 221 223 0 40 37 20 546 55 106
Binary 11010101 10010001 10010011 0 100000 11111 10000 101100110 101101 1000110

Color Harmonies of #D59193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59193

Black with #D59193

Text Example


Text Example

White with #D59193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59193; }

 p { color: rgb(213,145,147); }

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

background-color css

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

 a { background-color: rgb(213,145,147); }

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

border-color css

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

 span { border-color: rgb(213,145,147); }

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