Html Css Color HEX #D59398 Careys Pink

📋 copy color: '#D59398'

red 213 ◦ green 147 ◦ blue 152

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

Shades of Careys Pink #D59398

Tints of Careys Pink #D59398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.71%

 BLUE value IS 152 (59.77% from 255) = 29.69%

R = 41.6%
G = 28.71%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D59398 (or 0xD59398) is known color: Careys Pink. HEX triplet: D5, 93 and 98. RGB value is (213,147,152). Sum of RGB (Red+Green+Blue) = 213+147+152=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D59398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59398 is #2A6C67. Grayscale: #A7A7A7. Windows color (decimal): -2780264 or 9999317. OLE color: 9999317.

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

Color convert

RGB 213 147 152 -
CMYK 0 0.31 0.29 0.16
HSL 355.45º 0.44% 0.71% -
HSV(B) 355.45º 0.31% 0.84% -
XYZ 43.54 37.28 34.61 -
YUV 167.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 213 147 152 0 0.31 0.29 0.16 355.45 0.44 0.71
Hex D5 93 98 0 1F 1D 10 163 2C 47
Octal 325 223 230 0 37 35 20 543 54 107
Binary 11010101 10010011 10011000 0 11111 11101 10000 101100011 101100 1000111

Color Harmonies of #D59398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59398

Black with #D59398

Text Example


Text Example

White with #D59398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59398; }

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

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

background-color css

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

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

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

border-color css

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

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

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