Html Css Color HEX #D6509A Mulberry

📋 copy color: '#D6509A'

red 214 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #D6509A

Tints of Mulberry #D6509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 47.77%
G = 17.86%
B = 34.38%

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

#D6509A (or 0xD6509A) is known color: Mulberry. HEX triplet: D6, 50 and 9A. RGB value is (214,80,154). Sum of RGB (Red+Green+Blue) = 214+80+154=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6509A is #29AF65. Grayscale: #808080. Windows color (decimal): -2731878 or 10113238. OLE color: 10113238.

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

Color convert

RGB 214 80 154 -
CMYK 0 0.63 0.28 0.16
HSL 326.87º 0.62% 0.58% -
HSV(B) 326.87º 0.63% 0.84% -
XYZ 36.43 22.37 32.97 -
YUV 128.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 214 80 154 0 0.63 0.28 0.16 326.87 0.62 0.58
Hex D6 50 9A 0 3F 1C 10 147 3E 3A
Octal 326 120 232 0 77 34 20 507 76 72
Binary 11010110 1010000 10011010 0 111111 11100 10000 101000111 111110 111010

Color Harmonies of #D6509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6509A

Black with #D6509A

Text Example


Text Example

White with #D6509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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