Html Css Color HEX #D58499 Can Can

📋 copy color: '#D58499'

red 213 ◦ green 132 ◦ blue 153

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

Shades of Can Can #D58499

Tints of Can Can #D58499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.51%

 BLUE value IS 153 (60.16% from 255) = 30.72%

R = 42.77%
G = 26.51%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D58499 (or 0xD58499) is known color: Can Can. HEX triplet: D5, 84 and 99. RGB value is (213,132,153). Sum of RGB (Red+Green+Blue) = 213+132+153=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D58499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58499 is #2A7B66. Grayscale: #9E9E9E. Windows color (decimal): -2784103 or 10061013. OLE color: 10061013.

HSL color Cylindrical-coordinate representation of color #D58499: hue angle of 344.44º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58499 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 153 -
CMYK 0 0.38 0.28 0.16
HSL 344.44º 0.49% 0.68% -
HSV(B) 344.44º 0.38% 0.84% -
XYZ 41.44 32.95 34.31 -
YUV 158.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 213 132 153 0 0.38 0.28 0.16 344.44 0.49 0.68
Hex D5 84 99 0 26 1C 10 158 31 44
Octal 325 204 231 0 46 34 20 530 61 104
Binary 11010101 10000100 10011001 0 100110 11100 10000 101011000 110001 1000100

Color Harmonies of #D58499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58499

Black with #D58499

Text Example


Text Example

White with #D58499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58499; }

 p { color: rgb(213,132,153); }

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

background-color css

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

 a { background-color: rgb(213,132,153); }

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

border-color css

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

 span { border-color: rgb(213,132,153); }

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