Html Css Color HEX #D24294 Mulberry

📋 copy color: '#D24294'

red 210 ◦ green 66 ◦ blue 148

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

Shades of Mulberry #D24294

Tints of Mulberry #D24294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.57%

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

R = 49.53%
G = 15.57%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D24294 (or 0xD24294) is known color: Mulberry. HEX triplet: D2, 42 and 94. RGB value is (210,66,148). Sum of RGB (Red+Green+Blue) = 210+66+148=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D24294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24294 is #2DBD6B. Grayscale: #767676. Windows color (decimal): -2997612 or 9716434. OLE color: 9716434.

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

Color convert

RGB 210 66 148 -
CMYK 0 0.69 0.30 0.18
HSL 325.83º 0.62% 0.54% -
HSV(B) 325.83º 0.69% 0.82% -
XYZ 33.87 19.74 30.04 -
YUV 118.4 144.71 193.33 -
System Red Green Blue C M Y K H S L
Decimal 210 66 148 0 0.69 0.30 0.18 325.83 0.62 0.54
Hex D2 42 94 0 45 1E 12 146 3E 36
Octal 322 102 224 0 105 36 22 506 76 66
Binary 11010010 1000010 10010100 0 1000101 11110 10010 101000110 111110 110110

Color Harmonies of #D24294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24294

Black with #D24294

Text Example


Text Example

White with #D24294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24294; }

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

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

background-color css

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

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

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

border-color css

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

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

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