Html Css Color HEX #D6508F Mulberry

📋 copy color: '#D6508F'

red 214 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #D6508F

Tints of Mulberry #D6508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 48.97%
G = 18.31%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6508F (or 0xD6508F) is known color: Mulberry. HEX triplet: D6, 50 and 8F. RGB value is (214,80,143). Sum of RGB (Red+Green+Blue) = 214+80+143=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6508F is #29AF70. Grayscale: #7F7F7F. Windows color (decimal): -2731889 or 9392342. OLE color: 9392342.

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

Color convert

RGB 214 80 143 -
CMYK 0 0.63 0.33 0.16
HSL 331.79º 0.62% 0.58% -
HSV(B) 331.79º 0.63% 0.84% -
XYZ 35.56 22.02 28.36 -
YUV 127.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 214 80 143 0 0.63 0.33 0.16 331.79 0.62 0.58
Hex D6 50 8F 0 3F 21 10 14C 3E 3A
Octal 326 120 217 0 77 41 20 514 76 72
Binary 11010110 1010000 10001111 0 111111 100001 10000 101001100 111110 111010

Color Harmonies of #D6508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6508F

Black with #D6508F

Text Example


Text Example

White with #D6508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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