Html Css Color HEX #D6509B Mulberry

📋 copy color: '#D6509B'

red 214 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #D6509B

Tints of Mulberry #D6509B

RGB

 RED value IS 214 (83.98% from 255) = 47.66%

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 47.66%
G = 17.82%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6509B (or 0xD6509B) is known color: Mulberry. HEX triplet: D6, 50 and 9B. RGB value is (214,80,155). Sum of RGB (Red+Green+Blue) = 214+80+155=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6509B is #29AF64. Grayscale: #808080. Windows color (decimal): -2731877 or 10178774. OLE color: 10178774.

HSL color Cylindrical-coordinate representation of color #D6509B: hue angle of 326.42º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6509B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 155 -
CMYK 0 0.63 0.28 0.16
HSL 326.42º 0.62% 0.58% -
HSV(B) 326.42º 0.63% 0.84% -
XYZ 36.52 22.4 33.41 -
YUV 128.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 214 80 155 0 0.63 0.28 0.16 326.42 0.62 0.58
Hex D6 50 9B 0 3F 1C 10 146 3E 3A
Octal 326 120 233 0 77 34 20 506 76 72
Binary 11010110 1010000 10011011 0 111111 11100 10000 101000110 111110 111010

Color Harmonies of #D6509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6509B

Black with #D6509B

Text Example


Text Example

White with #D6509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6509B; }

 p { color: rgb(214,80,155); }

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

background-color css

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

 a { background-color: rgb(214,80,155); }

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

border-color css

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

 span { border-color: rgb(214,80,155); }

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