Html Css Color HEX #D6508A Mulberry

📋 copy color: '#D6508A'

red 214 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #D6508A

Tints of Mulberry #D6508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 49.54%
G = 18.52%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6508A (or 0xD6508A) is known color: Mulberry. HEX triplet: D6, 50 and 8A. RGB value is (214,80,138). Sum of RGB (Red+Green+Blue) = 214+80+138=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6508A is #29AF75. Grayscale: #7E7E7E. Windows color (decimal): -2731894 or 9064662. OLE color: 9064662.

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

Color convert

RGB 214 80 138 -
CMYK 0 0.63 0.36 0.16
HSL 334.03º 0.62% 0.58% -
HSV(B) 334.03º 0.63% 0.84% -
XYZ 35.19 21.87 26.41 -
YUV 126.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 214 80 138 0 0.63 0.36 0.16 334.03 0.62 0.58
Hex D6 50 8A 0 3F 24 10 14E 3E 3A
Octal 326 120 212 0 77 44 20 516 76 72
Binary 11010110 1010000 10001010 0 111111 100100 10000 101001110 111110 111010

Color Harmonies of #D6508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6508A

Black with #D6508A

Text Example


Text Example

White with #D6508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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