Html Css Color HEX #D24194 Mulberry

📋 copy color: '#D24194'

red 210 ◦ green 65 ◦ blue 148

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

Shades of Mulberry #D24194

Tints of Mulberry #D24194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

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

R = 49.65%
G = 15.37%
B = 34.99%

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

#D24194 (or 0xD24194) is known color: Mulberry. HEX triplet: D2, 41 and 94. RGB value is (210,65,148). Sum of RGB (Red+Green+Blue) = 210+65+148=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D24194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24194 is #2DBE6B. Grayscale: #757575. Windows color (decimal): -2997868 or 9716178. OLE color: 9716178.

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

Color convert

RGB 210 65 148 -
CMYK 0 0.69 0.30 0.18
HSL 325.66º 0.62% 0.54% -
HSV(B) 325.66º 0.69% 0.82% -
XYZ 33.81 19.62 30.02 -
YUV 117.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 210 65 148 0 0.69 0.30 0.18 325.66 0.62 0.54
Hex D2 41 94 0 45 1E 12 146 3E 36
Octal 322 101 224 0 105 36 22 506 76 66
Binary 11010010 1000001 10010100 0 1000101 11110 10010 101000110 111110 110110

Color Harmonies of #D24194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24194

Black with #D24194

Text Example


Text Example

White with #D24194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24194; }

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

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

background-color css

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

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

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

border-color css

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

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

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