Html Css Color HEX #D59598 Careys Pink

📋 copy color: '#D59598'

red 213 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #D59598

Tints of Careys Pink #D59598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 41.44%
G = 28.99%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D59598 (or 0xD59598) is known color: Careys Pink. HEX triplet: D5, 95 and 98. RGB value is (213,149,152). Sum of RGB (Red+Green+Blue) = 213+149+152=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D59598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59598 is #2A6A67. Grayscale: #A8A8A8. Windows color (decimal): -2779752 or 9999829. OLE color: 9999829.

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

Color convert

RGB 213 149 152 -
CMYK 0 0.30 0.29 0.16
HSL 357.19º 0.43% 0.71% -
HSV(B) 357.19º 0.3% 0.84% -
XYZ 43.86 37.91 34.71 -
YUV 168.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 213 149 152 0 0.30 0.29 0.16 357.19 0.43 0.71
Hex D5 95 98 0 1E 1D 10 165 2B 47
Octal 325 225 230 0 36 35 20 545 53 107
Binary 11010101 10010101 10011000 0 11110 11101 10000 101100101 101011 1000111

Color Harmonies of #D59598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59598

Black with #D59598

Text Example


Text Example

White with #D59598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59598; }

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

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

background-color css

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

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

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

border-color css

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

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

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