Html Css Color HEX #D2558A Mulberry

📋 copy color: '#D2558A'

red 210 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #D2558A

Tints of Mulberry #D2558A

RGB

 RED value IS 210 (82.42% from 255) = 48.5%

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

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

R = 48.5%
G = 19.63%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2558A (or 0xD2558A) is known color: Mulberry. HEX triplet: D2, 55 and 8A. RGB value is (210,85,138). Sum of RGB (Red+Green+Blue) = 210+85+138=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2558A is #2DAA75. Grayscale: #808080. Windows color (decimal): -2992758 or 9065938. OLE color: 9065938.

HSL color Cylindrical-coordinate representation of color #D2558A: hue angle of 334.56º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2558A is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 85 138 -
CMYK 0 0.60 0.34 0.18
HSL 334.56º 0.58% 0.58% -
HSV(B) 334.56º 0.6% 0.82% -
XYZ 34.41 22.03 26.48 -
YUV 128.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 210 85 138 0 0.60 0.34 0.18 334.56 0.58 0.58
Hex D2 55 8A 0 3C 22 12 14F 3A 3A
Octal 322 125 212 0 74 42 22 517 72 72
Binary 11010010 1010101 10001010 0 111100 100010 10010 101001111 111010 111010

Color Harmonies of #D2558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2558A

Black with #D2558A

Text Example


Text Example

White with #D2558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2558A; }

 p { color: rgb(210,85,138); }

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

background-color css

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

 a { background-color: rgb(210,85,138); }

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

border-color css

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

 span { border-color: rgb(210,85,138); }

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