Html Css Color HEX #D6509E Mulberry

📋 copy color: '#D6509E'

red 214 ◦ green 80 ◦ blue 158

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

Shades of Mulberry #D6509E

Tints of Mulberry #D6509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 47.35%
G = 17.7%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6509E (or 0xD6509E) is known color: Mulberry. HEX triplet: D6, 50 and 9E. RGB value is (214,80,158). Sum of RGB (Red+Green+Blue) = 214+80+158=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6509E is #29AF61. Grayscale: #808080. Windows color (decimal): -2731874 or 10375382. OLE color: 10375382.

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

Color convert

RGB 214 80 158 -
CMYK 0 0.63 0.26 0.16
HSL 325.07º 0.62% 0.58% -
HSV(B) 325.07º 0.63% 0.84% -
XYZ 36.77 22.5 34.75 -
YUV 128.96 144.39 188.66 -
System Red Green Blue C M Y K H S L
Decimal 214 80 158 0 0.63 0.26 0.16 325.07 0.62 0.58
Hex D6 50 9E 0 3F 1A 10 145 3E 3A
Octal 326 120 236 0 77 32 20 505 76 72
Binary 11010110 1010000 10011110 0 111111 11010 10000 101000101 111110 111010

Color Harmonies of #D6509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6509E

Black with #D6509E

Text Example


Text Example

White with #D6509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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