Html Css Color HEX #D24F8A Mulberry

📋 copy color: '#D24F8A'

red 210 ◦ green 79 ◦ blue 138

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

Shades of Mulberry #D24F8A

Tints of Mulberry #D24F8A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.5%

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

R = 49.18%
G = 18.5%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D24F8A (or 0xD24F8A) is known color: Mulberry. HEX triplet: D2, 4F and 8A. RGB value is (210,79,138). Sum of RGB (Red+Green+Blue) = 210+79+138=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F8A is #2DB075. Grayscale: #7C7C7C. Windows color (decimal): -2994294 or 9064402. OLE color: 9064402.

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

Color convert

RGB 210 79 138 -
CMYK 0 0.62 0.34 0.18
HSL 332.98º 0.59% 0.57% -
HSV(B) 332.98º 0.62% 0.82% -
XYZ 33.96 21.13 26.33 -
YUV 124.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 210 79 138 0 0.62 0.34 0.18 332.98 0.59 0.57
Hex D2 4F 8A 0 3E 22 12 14D 3B 39
Octal 322 117 212 0 76 42 22 515 73 71
Binary 11010010 1001111 10001010 0 111110 100010 10010 101001101 111011 111001

Color Harmonies of #D24F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F8A

Black with #D24F8A

Text Example


Text Example

White with #D24F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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