Html Css Color HEX #D24983 Mulberry

📋 copy color: '#D24983'

red 210 ◦ green 73 ◦ blue 131

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

Shades of Mulberry #D24983

Tints of Mulberry #D24983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.63%

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 50.72%
G = 17.63%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D24983 (or 0xD24983) is known color: Mulberry. HEX triplet: D2, 49 and 83. RGB value is (210,73,131). Sum of RGB (Red+Green+Blue) = 210+73+131=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D24983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24983 is #2DB67C. Grayscale: #787878. Windows color (decimal): -2995837 or 8604114. OLE color: 8604114.

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

Color convert

RGB 210 73 131 -
CMYK 0 0.65 0.38 0.18
HSL 334.6º 0.6% 0.55% -
HSV(B) 334.6º 0.65% 0.82% -
XYZ 33.06 20.11 23.61 -
YUV 120.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 210 73 131 0 0.65 0.38 0.18 334.6 0.6 0.55
Hex D2 49 83 0 41 26 12 14F 3C 37
Octal 322 111 203 0 101 46 22 517 74 67
Binary 11010010 1001001 10000011 0 1000001 100110 10010 101001111 111100 110111

Color Harmonies of #D24983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24983

Black with #D24983

Text Example


Text Example

White with #D24983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24983; }

 p { color: rgb(210,73,131); }

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

background-color css

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

 a { background-color: rgb(210,73,131); }

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

border-color css

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

 span { border-color: rgb(210,73,131); }

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