Html Css Color HEX #D58A90 Can Can

📋 copy color: '#D58A90'

red 213 ◦ green 138 ◦ blue 144

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

Shades of Can Can #D58A90

Tints of Can Can #D58A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.88%

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

R = 43.03%
G = 27.88%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D58A90 (or 0xD58A90) is known color: Can Can. HEX triplet: D5, 8A and 90. RGB value is (213,138,144). Sum of RGB (Red+Green+Blue) = 213+138+144=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A90 is #2A756F. Grayscale: #A1A1A1. Windows color (decimal): -2782576 or 9472725. OLE color: 9472725.

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

Color convert

RGB 213 138 144 -
CMYK 0 0.35 0.32 0.16
HSL 355.2º 0.47% 0.69% -
HSV(B) 355.2º 0.35% 0.84% -
XYZ 41.56 34.34 30.82 -
YUV 161.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 213 138 144 0 0.35 0.32 0.16 355.2 0.47 0.69
Hex D5 8A 90 0 23 20 10 163 2F 45
Octal 325 212 220 0 43 40 20 543 57 105
Binary 11010101 10001010 10010000 0 100011 100000 10000 101100011 101111 1000101

Color Harmonies of #D58A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A90

Black with #D58A90

Text Example


Text Example

White with #D58A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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