Html Css Color HEX #D6558F Mulberry

📋 copy color: '#D6558F'

red 214 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #D6558F

Tints of Mulberry #D6558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

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

R = 48.42%
G = 19.23%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6558F (or 0xD6558F) is known color: Mulberry. HEX triplet: D6, 55 and 8F. RGB value is (214,85,143). Sum of RGB (Red+Green+Blue) = 214+85+143=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6558F is #29AA70. Grayscale: #828282. Windows color (decimal): -2730609 or 9393622. OLE color: 9393622.

HSL color Cylindrical-coordinate representation of color #D6558F: hue angle of 333.02º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6558F is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 143 -
CMYK 0 0.60 0.33 0.16
HSL 333.02º 0.61% 0.59% -
HSV(B) 333.02º 0.6% 0.84% -
XYZ 35.94 22.78 28.49 -
YUV 130.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 214 85 143 0 0.60 0.33 0.16 333.02 0.61 0.59
Hex D6 55 8F 0 3C 21 10 14D 3D 3B
Octal 326 125 217 0 74 41 20 515 75 73
Binary 11010110 1010101 10001111 0 111100 100001 10000 101001101 111101 111011

Color Harmonies of #D6558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6558F

Black with #D6558F

Text Example


Text Example

White with #D6558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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