Html Css Color HEX #D258A6 Mulberry

📋 copy color: '#D258A6'

red 210 ◦ green 88 ◦ blue 166

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

Shades of Mulberry #D258A6

Tints of Mulberry #D258A6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.97%

 BLUE value IS 166 (65.23% from 255) = 35.78%

R = 45.26%
G = 18.97%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D258A6 (or 0xD258A6) is known color: Mulberry. HEX triplet: D2, 58 and A6. RGB value is (210,88,166). Sum of RGB (Red+Green+Blue) = 210+88+166=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D258A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D258A6 is #2DA759. Grayscale: #858585. Windows color (decimal): -2991962 or 10901714. OLE color: 10901714.

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

Color convert

RGB 210 88 166 -
CMYK 0 0.58 0.21 0.18
HSL 321.64º 0.58% 0.58% -
HSV(B) 321.64º 0.58% 0.82% -
XYZ 36.95 23.43 38.65 -
YUV 133.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 210 88 166 0 0.58 0.21 0.18 321.64 0.58 0.58
Hex D2 58 A6 0 3A 15 12 142 3A 3A
Octal 322 130 246 0 72 25 22 502 72 72
Binary 11010010 1011000 10100110 0 111010 10101 10010 101000010 111010 111010

Color Harmonies of #D258A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258A6

Black with #D258A6

Text Example


Text Example

White with #D258A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258A6; }

 p { color: rgb(210,88,166); }

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

background-color css

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

 a { background-color: rgb(210,88,166); }

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

border-color css

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

 span { border-color: rgb(210,88,166); }

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