Html Css Color HEX #D58DA5 Can Can

📋 copy color: '#D58DA5'

red 213 ◦ green 141 ◦ blue 165

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

Shades of Can Can #D58DA5

Tints of Can Can #D58DA5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.17%

 BLUE value IS 165 (64.84% from 255) = 31.79%

R = 41.04%
G = 27.17%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D58DA5 (or 0xD58DA5) is known color: Can Can. HEX triplet: D5, 8D and A5. RGB value is (213,141,165). Sum of RGB (Red+Green+Blue) = 213+141+165=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DA5 is #2A725A. Grayscale: #A5A5A5. Windows color (decimal): -2781787 or 10849749. OLE color: 10849749.

HSL color Cylindrical-coordinate representation of color #D58DA5: hue angle of 340º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DA5 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 141 165 -
CMYK 0 0.34 0.23 0.16
HSL 340º 0.46% 0.69% -
HSV(B) 340º 0.34% 0.84% -
XYZ 43.76 35.91 40.22 -
YUV 165.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 213 141 165 0 0.34 0.23 0.16 340 0.46 0.69
Hex D5 8D A5 0 22 17 10 154 2E 45
Octal 325 215 245 0 42 27 20 524 56 105
Binary 11010101 10001101 10100101 0 100010 10111 10000 101010100 101110 1000101

Color Harmonies of #D58DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DA5

Black with #D58DA5

Text Example


Text Example

White with #D58DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DA5; }

 p { color: rgb(213,141,165); }

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

background-color css

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

 a { background-color: rgb(213,141,165); }

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

border-color css

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

 span { border-color: rgb(213,141,165); }

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