Html Css Color HEX #D58293 Can Can

📋 copy color: '#D58293'

red 213 ◦ green 130 ◦ blue 147

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

Shades of Can Can #D58293

Tints of Can Can #D58293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.53%

 BLUE value IS 147 (57.81% from 255) = 30%

R = 43.47%
G = 26.53%
B = 30%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D58293 (or 0xD58293) is known color: Can Can. HEX triplet: D5, 82 and 93. RGB value is (213,130,147). Sum of RGB (Red+Green+Blue) = 213+130+147=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D58293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58293 is #2A7D6C. Grayscale: #9C9C9C. Windows color (decimal): -2784621 or 9667285. OLE color: 9667285.

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

Color convert

RGB 213 130 147 -
CMYK 0 0.39 0.31 0.16
HSL 347.71º 0.5% 0.67% -
HSV(B) 347.71º 0.39% 0.84% -
XYZ 40.69 32.22 31.68 -
YUV 156.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 213 130 147 0 0.39 0.31 0.16 347.71 0.5 0.67
Hex D5 82 93 0 27 1F 10 15C 32 43
Octal 325 202 223 0 47 37 20 534 62 103
Binary 11010101 10000010 10010011 0 100111 11111 10000 101011100 110010 1000011

Color Harmonies of #D58293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58293

Black with #D58293

Text Example


Text Example

White with #D58293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58293; }

 p { color: rgb(213,130,147); }

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

background-color css

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

 a { background-color: rgb(213,130,147); }

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

border-color css

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

 span { border-color: rgb(213,130,147); }

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