Html Css Color HEX #D5909D Can Can

📋 copy color: '#D5909D'

red 213 ◦ green 144 ◦ blue 157

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

Shades of Can Can #D5909D

Tints of Can Can #D5909D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 41.44%
G = 28.02%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5909D (or 0xD5909D) is known color: Can Can. HEX triplet: D5, 90 and 9D. RGB value is (213,144,157). Sum of RGB (Red+Green+Blue) = 213+144+157=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5909D is #2A6F62. Grayscale: #A6A6A6. Windows color (decimal): -2781027 or 10326229. OLE color: 10326229.

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

Color convert

RGB 213 144 157 -
CMYK 0 0.32 0.26 0.16
HSL 348.7º 0.45% 0.7% -
HSV(B) 348.7º 0.32% 0.84% -
XYZ 43.5 36.53 36.66 -
YUV 166.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 213 144 157 0 0.32 0.26 0.16 348.7 0.45 0.7
Hex D5 90 9D 0 20 1A 10 15D 2D 46
Octal 325 220 235 0 40 32 20 535 55 106
Binary 11010101 10010000 10011101 0 100000 11010 10000 101011101 101101 1000110

Color Harmonies of #D5909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5909D

Black with #D5909D

Text Example


Text Example

White with #D5909D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5909D; }

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

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

background-color css

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

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

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

border-color css

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

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

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