Html Css Color HEX #D241A5 Mulberry

📋 copy color: '#D241A5'

red 210 ◦ green 65 ◦ blue 165

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

Shades of Mulberry #D241A5

Tints of Mulberry #D241A5

RGB

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

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

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

R = 47.73%
G = 14.77%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D241A5 (or 0xD241A5) is known color: Mulberry. HEX triplet: D2, 41 and A5. RGB value is (210,65,165). Sum of RGB (Red+Green+Blue) = 210+65+165=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D241A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D241A5 is #2DBE5A. Grayscale: #777777. Windows color (decimal): -2997851 or 10830290. OLE color: 10830290.

HSL color Cylindrical-coordinate representation of color #D241A5: hue angle of 318.62º 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 #D241A5 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 65 165 -
CMYK 0 0.69 0.21 0.18
HSL 318.62º 0.62% 0.54% -
HSV(B) 318.62º 0.69% 0.82% -
XYZ 35.26 20.2 37.64 -
YUV 119.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 210 65 165 0 0.69 0.21 0.18 318.62 0.62 0.54
Hex D2 41 A5 0 45 15 12 13F 3E 36
Octal 322 101 245 0 105 25 22 477 76 66
Binary 11010010 1000001 10100101 0 1000101 10101 10010 100111111 111110 110110

Color Harmonies of #D241A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241A5

Black with #D241A5

Text Example


Text Example

White with #D241A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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