Html Css Color HEX #D59498 Careys Pink

📋 copy color: '#D59498'

red 213 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #D59498

Tints of Careys Pink #D59498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 41.52%
G = 28.85%
B = 29.63%

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

#D59498 (or 0xD59498) is known color: Careys Pink. HEX triplet: D5, 94 and 98. RGB value is (213,148,152). Sum of RGB (Red+Green+Blue) = 213+148+152=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D59498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59498 is #2A6B67. Grayscale: #A7A7A7. Windows color (decimal): -2780008 or 9999573. OLE color: 9999573.

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

Color convert

RGB 213 148 152 -
CMYK 0 0.31 0.29 0.16
HSL 356.31º 0.44% 0.71% -
HSV(B) 356.31º 0.31% 0.84% -
XYZ 43.7 37.59 34.66 -
YUV 167.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 213 148 152 0 0.31 0.29 0.16 356.31 0.44 0.71
Hex D5 94 98 0 1F 1D 10 164 2C 47
Octal 325 224 230 0 37 35 20 544 54 107
Binary 11010101 10010100 10011000 0 11111 11101 10000 101100100 101100 1000111

Color Harmonies of #D59498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59498

Black with #D59498

Text Example


Text Example

White with #D59498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59498; }

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

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

background-color css

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

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

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

border-color css

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

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

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