Html Css Color HEX #D24E8D Mulberry

📋 copy color: '#D24E8D'

red 210 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #D24E8D

Tints of Mulberry #D24E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.18%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 48.95%
G = 18.18%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D24E8D (or 0xD24E8D) is known color: Mulberry. HEX triplet: D2, 4E and 8D. RGB value is (210,78,141). Sum of RGB (Red+Green+Blue) = 210+78+141=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24E8D is #2DB172. Grayscale: #7C7C7C. Windows color (decimal): -2994547 or 9260754. OLE color: 9260754.

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

Color convert

RGB 210 78 141 -
CMYK 0 0.63 0.33 0.18
HSL 331.36º 0.59% 0.56% -
HSV(B) 331.36º 0.63% 0.82% -
XYZ 34.11 21.07 27.47 -
YUV 124.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 210 78 141 0 0.63 0.33 0.18 331.36 0.59 0.56
Hex D2 4E 8D 0 3F 21 12 14B 3B 38
Octal 322 116 215 0 77 41 22 513 73 70
Binary 11010010 1001110 10001101 0 111111 100001 10010 101001011 111011 111000

Color Harmonies of #D24E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E8D

Black with #D24E8D

Text Example


Text Example

White with #D24E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E8D; }

 p { color: rgb(210,78,141); }

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

background-color css

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

 a { background-color: rgb(210,78,141); }

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

border-color css

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

 span { border-color: rgb(210,78,141); }

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