Html Css Color HEX #D58D99 Can Can

📋 copy color: '#D58D99'

red 213 ◦ green 141 ◦ blue 153

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

Shades of Can Can #D58D99

Tints of Can Can #D58D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 42.01%
G = 27.81%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D58D99 (or 0xD58D99) is known color: Can Can. HEX triplet: D5, 8D and 99. RGB value is (213,141,153). Sum of RGB (Red+Green+Blue) = 213+141+153=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D99 is #2A7266. Grayscale: #A3A3A3. Windows color (decimal): -2781799 or 10063317. OLE color: 10063317.

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

Color convert

RGB 213 141 153 -
CMYK 0 0.34 0.28 0.16
HSL 350º 0.46% 0.69% -
HSV(B) 350º 0.34% 0.84% -
XYZ 42.72 35.5 34.74 -
YUV 163.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 213 141 153 0 0.34 0.28 0.16 350 0.46 0.69
Hex D5 8D 99 0 22 1C 10 15E 2E 45
Octal 325 215 231 0 42 34 20 536 56 105
Binary 11010101 10001101 10011001 0 100010 11100 10000 101011110 101110 1000101

Color Harmonies of #D58D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D99

Black with #D58D99

Text Example


Text Example

White with #D58D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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