Html Css Color HEX #D58390 Can Can

📋 copy color: '#D58390'

red 213 ◦ green 131 ◦ blue 144

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

Shades of Can Can #D58390

Tints of Can Can #D58390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

 BLUE value IS 144 (56.64% from 255) = 29.51%

R = 43.65%
G = 26.84%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D58390 (or 0xD58390) is known color: Can Can. HEX triplet: D5, 83 and 90. RGB value is (213,131,144). Sum of RGB (Red+Green+Blue) = 213+131+144=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D58390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58390 is #2A7C6F. Grayscale: #9D9D9D. Windows color (decimal): -2784368 or 9470933. OLE color: 9470933.

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

Color convert

RGB 213 131 144 -
CMYK 0 0.38 0.32 0.16
HSL 350.49º 0.49% 0.67% -
HSV(B) 350.49º 0.38% 0.84% -
XYZ 40.59 32.39 30.5 -
YUV 157 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 213 131 144 0 0.38 0.32 0.16 350.49 0.49 0.67
Hex D5 83 90 0 26 20 10 15E 31 43
Octal 325 203 220 0 46 40 20 536 61 103
Binary 11010101 10000011 10010000 0 100110 100000 10000 101011110 110001 1000011

Color Harmonies of #D58390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58390

Black with #D58390

Text Example


Text Example

White with #D58390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58390; }

 p { color: rgb(213,131,144); }

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

background-color css

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

 a { background-color: rgb(213,131,144); }

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

border-color css

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

 span { border-color: rgb(213,131,144); }

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