Html Css Color HEX #D2419D Mulberry

📋 copy color: '#D2419D'

red 210 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #D2419D

Tints of Mulberry #D2419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 48.61%
G = 15.05%
B = 36.34%

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

#D2419D (or 0xD2419D) is known color: Mulberry. HEX triplet: D2, 41 and 9D. RGB value is (210,65,157). Sum of RGB (Red+Green+Blue) = 210+65+157=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2419D is #2DBE62. Grayscale: #767676. Windows color (decimal): -2997859 or 10306002. OLE color: 10306002.

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

Color convert

RGB 210 65 157 -
CMYK 0 0.69 0.25 0.18
HSL 321.93º 0.62% 0.54% -
HSV(B) 321.93º 0.69% 0.82% -
XYZ 34.55 19.92 33.92 -
YUV 118.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 210 65 157 0 0.69 0.25 0.18 321.93 0.62 0.54
Hex D2 41 9D 0 45 19 12 142 3E 36
Octal 322 101 235 0 105 31 22 502 76 66
Binary 11010010 1000001 10011101 0 1000101 11001 10010 101000010 111110 110110

Color Harmonies of #D2419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2419D

Black with #D2419D

Text Example


Text Example

White with #D2419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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