Html Css Color HEX #D24690 Mulberry

📋 copy color: '#D24690'

red 210 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #D24690

Tints of Mulberry #D24690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.51%

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 49.53%
G = 16.51%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D24690 (or 0xD24690) is known color: Mulberry. HEX triplet: D2, 46 and 90. RGB value is (210,70,144). Sum of RGB (Red+Green+Blue) = 210+70+144=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D24690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24690 is #2DB96F. Grayscale: #787878. Windows color (decimal): -2996592 or 9455314. OLE color: 9455314.

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

Color convert

RGB 210 70 144 -
CMYK 0 0.67 0.31 0.18
HSL 328.29º 0.61% 0.55% -
HSV(B) 328.29º 0.67% 0.82% -
XYZ 33.8 20.1 28.48 -
YUV 120.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 210 70 144 0 0.67 0.31 0.18 328.29 0.61 0.55
Hex D2 46 90 0 43 1F 12 148 3D 37
Octal 322 106 220 0 103 37 22 510 75 67
Binary 11010010 1000110 10010000 0 1000011 11111 10010 101001000 111101 110111

Color Harmonies of #D24690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24690

Black with #D24690

Text Example


Text Example

White with #D24690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24690; }

 p { color: rgb(210,70,144); }

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

background-color css

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

 a { background-color: rgb(210,70,144); }

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

border-color css

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

 span { border-color: rgb(210,70,144); }

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