Html Css Color HEX #D241A3 Mulberry

📋 copy color: '#D241A3'

red 210 ◦ green 65 ◦ blue 163

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

Shades of Mulberry #D241A3

Tints of Mulberry #D241A3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.84%

 BLUE value IS 163 (64.06% from 255) = 37.21%

R = 47.95%
G = 14.84%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D241A3 (or 0xD241A3) is known color: Mulberry. HEX triplet: D2, 41 and A3. RGB value is (210,65,163). Sum of RGB (Red+Green+Blue) = 210+65+163=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D241A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D241A3 is #2DBE5C. Grayscale: #777777. Windows color (decimal): -2997853 or 10699218. OLE color: 10699218.

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

Color convert

RGB 210 65 163 -
CMYK 0 0.69 0.22 0.18
HSL 319.45º 0.62% 0.54% -
HSV(B) 319.45º 0.69% 0.82% -
XYZ 35.08 20.13 36.69 -
YUV 119.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 210 65 163 0 0.69 0.22 0.18 319.45 0.62 0.54
Hex D2 41 A3 0 45 16 12 13F 3E 36
Octal 322 101 243 0 105 26 22 477 76 66
Binary 11010010 1000001 10100011 0 1000101 10110 10010 100111111 111110 110110

Color Harmonies of #D241A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241A3

Black with #D241A3

Text Example


Text Example

White with #D241A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241A3; }

 p { color: rgb(210,65,163); }

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

background-color css

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

 a { background-color: rgb(210,65,163); }

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

border-color css

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

 span { border-color: rgb(210,65,163); }

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