Html Css Color HEX #D2419E Mulberry

📋 copy color: '#D2419E'

red 210 ◦ green 65 ◦ blue 158

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

Shades of Mulberry #D2419E

Tints of Mulberry #D2419E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 48.5%
G = 15.01%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2419E (or 0xD2419E) is known color: Mulberry. HEX triplet: D2, 41 and 9E. RGB value is (210,65,158). Sum of RGB (Red+Green+Blue) = 210+65+158=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2419E is #2DBE61. Grayscale: #767676. Windows color (decimal): -2997858 or 10371538. OLE color: 10371538.

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

Color convert

RGB 210 65 158 -
CMYK 0 0.69 0.25 0.18
HSL 321.52º 0.62% 0.54% -
HSV(B) 321.52º 0.69% 0.82% -
XYZ 34.64 19.95 34.37 -
YUV 118.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 210 65 158 0 0.69 0.25 0.18 321.52 0.62 0.54
Hex D2 41 9E 0 45 19 12 142 3E 36
Octal 322 101 236 0 105 31 22 502 76 66
Binary 11010010 1000001 10011110 0 1000101 11001 10010 101000010 111110 110110

Color Harmonies of #D2419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2419E

Black with #D2419E

Text Example


Text Example

White with #D2419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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