Html Css Color HEX #D25AA5 Mulberry

📋 copy color: '#D25AA5'

red 210 ◦ green 90 ◦ blue 165

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

Shades of Mulberry #D25AA5

Tints of Mulberry #D25AA5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.35%

 BLUE value IS 165 (64.84% from 255) = 35.48%

R = 45.16%
G = 19.35%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D25AA5 (or 0xD25AA5) is known color: Mulberry. HEX triplet: D2, 5A and A5. RGB value is (210,90,165). Sum of RGB (Red+Green+Blue) = 210+90+165=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AA5 is #2DA55A. Grayscale: #868686. Windows color (decimal): -2991451 or 10836690. OLE color: 10836690.

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

Color convert

RGB 210 90 165 -
CMYK 0 0.57 0.21 0.18
HSL 322.5º 0.57% 0.59% -
HSV(B) 322.5º 0.57% 0.82% -
XYZ 37.03 23.73 38.23 -
YUV 134.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 210 90 165 0 0.57 0.21 0.18 322.5 0.57 0.59
Hex D2 5A A5 0 39 15 12 142 39 3B
Octal 322 132 245 0 71 25 22 502 71 73
Binary 11010010 1011010 10100101 0 111001 10101 10010 101000010 111001 111011

Color Harmonies of #D25AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25AA5

Black with #D25AA5

Text Example


Text Example

White with #D25AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25AA5; }

 p { color: rgb(210,90,165); }

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

background-color css

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

 a { background-color: rgb(210,90,165); }

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

border-color css

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

 span { border-color: rgb(210,90,165); }

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