Html Css Color HEX #D23FA0 Mulberry

📋 copy color: '#D23FA0'

red 210 ◦ green 63 ◦ blue 160

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

Shades of Mulberry #D23FA0

Tints of Mulberry #D23FA0

RGB

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

 GREEN value IS 63 (25% from 255) = 14.55%

 BLUE value IS 160 (62.89% from 255) = 36.95%

R = 48.5%
G = 14.55%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D23FA0 (or 0xD23FA0) is known color: Mulberry. HEX triplet: D2, 3F and A0. RGB value is (210,63,160). Sum of RGB (Red+Green+Blue) = 210+63+160=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23FA0 is #2DC05F. Grayscale: #757575. Windows color (decimal): -2998368 or 10502098. OLE color: 10502098.

HSL color Cylindrical-coordinate representation of color #D23FA0: hue angle of 320.41º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23FA0 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 63 160 -
CMYK 0 0.70 0.24 0.18
HSL 320.41º 0.62% 0.54% -
HSV(B) 320.41º 0.7% 0.82% -
XYZ 34.7 19.79 35.25 -
YUV 118.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 210 63 160 0 0.70 0.24 0.18 320.41 0.62 0.54
Hex D2 3F A0 0 46 18 12 140 3E 36
Octal 322 77 240 0 106 30 22 500 76 66
Binary 11010010 111111 10100000 0 1000110 11000 10010 101000000 111110 110110

Color Harmonies of #D23FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FA0

Black with #D23FA0

Text Example


Text Example

White with #D23FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FA0; }

 p { color: rgb(210,63,160); }

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

background-color css

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

 a { background-color: rgb(210,63,160); }

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

border-color css

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

 span { border-color: rgb(210,63,160); }

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