Html Css Color HEX #D5909F Can Can

📋 copy color: '#D5909F'

red 213 ◦ green 144 ◦ blue 159

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

Shades of Can Can #D5909F

Tints of Can Can #D5909F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.91%

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

R = 41.28%
G = 27.91%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5909F (or 0xD5909F) is known color: Can Can. HEX triplet: D5, 90 and 9F. RGB value is (213,144,159). Sum of RGB (Red+Green+Blue) = 213+144+159=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5909F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5909F is #2A6F60. Grayscale: #A6A6A6. Windows color (decimal): -2781025 or 10457301. OLE color: 10457301.

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

Color convert

RGB 213 144 159 -
CMYK 0 0.32 0.25 0.16
HSL 346.96º 0.45% 0.7% -
HSV(B) 346.96º 0.32% 0.84% -
XYZ 43.67 36.6 37.56 -
YUV 166.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 213 144 159 0 0.32 0.25 0.16 346.96 0.45 0.7
Hex D5 90 9F 0 20 19 10 15B 2D 46
Octal 325 220 237 0 40 31 20 533 55 106
Binary 11010101 10010000 10011111 0 100000 11001 10000 101011011 101101 1000110

Color Harmonies of #D5909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5909F

Black with #D5909F

Text Example


Text Example

White with #D5909F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5909F; }

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

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

background-color css

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

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

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

border-color css

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

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

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