Html Css Color HEX #D24A94 Mulberry

📋 copy color: '#D24A94'

red 210 ◦ green 74 ◦ blue 148

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

Shades of Mulberry #D24A94

Tints of Mulberry #D24A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

 BLUE value IS 148 (58.2% from 255) = 34.26%

R = 48.61%
G = 17.13%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D24A94 (or 0xD24A94) is known color: Mulberry. HEX triplet: D2, 4A and 94. RGB value is (210,74,148). Sum of RGB (Red+Green+Blue) = 210+74+148=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24A94 is #2DB56B. Grayscale: #7A7A7A. Windows color (decimal): -2995564 or 9718482. OLE color: 9718482.

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

Color convert

RGB 210 74 148 -
CMYK 0 0.65 0.30 0.18
HSL 327.35º 0.6% 0.56% -
HSV(B) 327.35º 0.65% 0.82% -
XYZ 34.37 20.74 30.21 -
YUV 123.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 210 74 148 0 0.65 0.30 0.18 327.35 0.6 0.56
Hex D2 4A 94 0 41 1E 12 147 3C 38
Octal 322 112 224 0 101 36 22 507 74 70
Binary 11010010 1001010 10010100 0 1000001 11110 10010 101000111 111100 111000

Color Harmonies of #D24A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A94

Black with #D24A94

Text Example


Text Example

White with #D24A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A94; }

 p { color: rgb(210,74,148); }

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

background-color css

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

 a { background-color: rgb(210,74,148); }

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

border-color css

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

 span { border-color: rgb(210,74,148); }

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