Html Css Color HEX #D5849F Can Can

📋 copy color: '#D5849F'

red 213 ◦ green 132 ◦ blue 159

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

Shades of Can Can #D5849F

Tints of Can Can #D5849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.19%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 42.26%
G = 26.19%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5849F (or 0xD5849F) is known color: Can Can. HEX triplet: D5, 84 and 9F. RGB value is (213,132,159). Sum of RGB (Red+Green+Blue) = 213+132+159=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5849F is #2A7B60. Grayscale: #9F9F9F. Windows color (decimal): -2784097 or 10454229. OLE color: 10454229.

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

Color convert

RGB 213 132 159 -
CMYK 0 0.38 0.25 0.16
HSL 340º 0.49% 0.68% -
HSV(B) 340º 0.38% 0.84% -
XYZ 41.95 33.15 36.99 -
YUV 159.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 213 132 159 0 0.38 0.25 0.16 340 0.49 0.68
Hex D5 84 9F 0 26 19 10 154 31 44
Octal 325 204 237 0 46 31 20 524 61 104
Binary 11010101 10000100 10011111 0 100110 11001 10000 101010100 110001 1000100

Color Harmonies of #D5849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5849F

Black with #D5849F

Text Example


Text Example

White with #D5849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5849F; }

 p { color: rgb(213,132,159); }

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

background-color css

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

 a { background-color: rgb(213,132,159); }

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

border-color css

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

 span { border-color: rgb(213,132,159); }

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