Html Css Color HEX #D23AA5 Mulberry

📋 copy color: '#D23AA5'

red 210 ◦ green 58 ◦ blue 165

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

Shades of Mulberry #D23AA5

Tints of Mulberry #D23AA5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.39%

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

R = 48.5%
G = 13.39%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D23AA5 (or 0xD23AA5) is known color: Mulberry. HEX triplet: D2, 3A and A5. RGB value is (210,58,165). Sum of RGB (Red+Green+Blue) = 210+58+165=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23AA5 is #2DC55A. Grayscale: #737373. Windows color (decimal): -2999643 or 10828498. OLE color: 10828498.

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

Color convert

RGB 210 58 165 -
CMYK 0 0.72 0.21 0.18
HSL 317.76º 0.63% 0.53% -
HSV(B) 317.76º 0.72% 0.82% -
XYZ 34.88 19.44 37.51 -
YUV 115.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 210 58 165 0 0.72 0.21 0.18 317.76 0.63 0.53
Hex D2 3A A5 0 48 15 12 13E 3F 35
Octal 322 72 245 0 110 25 22 476 77 65
Binary 11010010 111010 10100101 0 1001000 10101 10010 100111110 111111 110101

Color Harmonies of #D23AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AA5

Black with #D23AA5

Text Example


Text Example

White with #D23AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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