Html Css Color HEX #D2419A Mulberry

📋 copy color: '#D2419A'

red 210 ◦ green 65 ◦ blue 154

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

Shades of Mulberry #D2419A

Tints of Mulberry #D2419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.9%

R = 48.95%
G = 15.15%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2419A (or 0xD2419A) is known color: Mulberry. HEX triplet: D2, 41 and 9A. RGB value is (210,65,154). Sum of RGB (Red+Green+Blue) = 210+65+154=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2419A is #2DBE65. Grayscale: #767676. Windows color (decimal): -2997862 or 10109394. OLE color: 10109394.

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

Color convert

RGB 210 65 154 -
CMYK 0 0.69 0.27 0.18
HSL 323.17º 0.62% 0.54% -
HSV(B) 323.17º 0.69% 0.82% -
XYZ 34.3 19.82 32.59 -
YUV 118.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 210 65 154 0 0.69 0.27 0.18 323.17 0.62 0.54
Hex D2 41 9A 0 45 1B 12 143 3E 36
Octal 322 101 232 0 105 33 22 503 76 66
Binary 11010010 1000001 10011010 0 1000101 11011 10010 101000011 111110 110110

Color Harmonies of #D2419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2419A

Black with #D2419A

Text Example


Text Example

White with #D2419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2419A; }

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

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

background-color css

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

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

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

border-color css

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

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

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