Html Css Color HEX #D58C9E Can Can

📋 copy color: '#D58C9E'

red 213 ◦ green 140 ◦ blue 158

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

Shades of Can Can #D58C9E

Tints of Can Can #D58C9E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 158 (62.11% from 255) = 30.92%

R = 41.68%
G = 27.4%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D58C9E (or 0xD58C9E) is known color: Can Can. HEX triplet: D5, 8C and 9E. RGB value is (213,140,158). Sum of RGB (Red+Green+Blue) = 213+140+158=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C9E is #2A7361. Grayscale: #A3A3A3. Windows color (decimal): -2782050 or 10390741. OLE color: 10390741.

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

Color convert

RGB 213 140 158 -
CMYK 0 0.34 0.26 0.16
HSL 345.21º 0.46% 0.69% -
HSV(B) 345.21º 0.34% 0.84% -
XYZ 42.99 35.37 36.91 -
YUV 163.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 213 140 158 0 0.34 0.26 0.16 345.21 0.46 0.69
Hex D5 8C 9E 0 22 1A 10 159 2E 45
Octal 325 214 236 0 42 32 20 531 56 105
Binary 11010101 10001100 10011110 0 100010 11010 10000 101011001 101110 1000101

Color Harmonies of #D58C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C9E

Black with #D58C9E

Text Example


Text Example

White with #D58C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C9E; }

 p { color: rgb(213,140,158); }

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

background-color css

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

 a { background-color: rgb(213,140,158); }

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

border-color css

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

 span { border-color: rgb(213,140,158); }

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