Html Css Color HEX #D24E8A Mulberry

📋 copy color: '#D24E8A'

red 210 ◦ green 78 ◦ blue 138

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

Shades of Mulberry #D24E8A

Tints of Mulberry #D24E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 49.3%
G = 18.31%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D24E8A (or 0xD24E8A) is known color: Mulberry. HEX triplet: D2, 4E and 8A. RGB value is (210,78,138). Sum of RGB (Red+Green+Blue) = 210+78+138=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24E8A is #2DB175. Grayscale: #7C7C7C. Windows color (decimal): -2994550 or 9064146. OLE color: 9064146.

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

Color convert

RGB 210 78 138 -
CMYK 0 0.63 0.34 0.18
HSL 332.73º 0.59% 0.56% -
HSV(B) 332.73º 0.63% 0.82% -
XYZ 33.89 20.99 26.31 -
YUV 124.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 210 78 138 0 0.63 0.34 0.18 332.73 0.59 0.56
Hex D2 4E 8A 0 3F 22 12 14D 3B 38
Octal 322 116 212 0 77 42 22 515 73 70
Binary 11010010 1001110 10001010 0 111111 100010 10010 101001101 111011 111000

Color Harmonies of #D24E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E8A

Black with #D24E8A

Text Example


Text Example

White with #D24E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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