Html Css Color HEX #D2419C Mulberry

📋 copy color: '#D2419C'

red 210 ◦ green 65 ◦ blue 156

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

Shades of Mulberry #D2419C

Tints of Mulberry #D2419C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 48.72%
G = 15.08%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2419C (or 0xD2419C) is known color: Mulberry. HEX triplet: D2, 41 and 9C. RGB value is (210,65,156). Sum of RGB (Red+Green+Blue) = 210+65+156=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2419C is #2DBE63. Grayscale: #767676. Windows color (decimal): -2997860 or 10240466. OLE color: 10240466.

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

Color convert

RGB 210 65 156 -
CMYK 0 0.69 0.26 0.18
HSL 322.34º 0.62% 0.54% -
HSV(B) 322.34º 0.69% 0.82% -
XYZ 34.47 19.88 33.47 -
YUV 118.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 210 65 156 0 0.69 0.26 0.18 322.34 0.62 0.54
Hex D2 41 9C 0 45 1A 12 142 3E 36
Octal 322 101 234 0 105 32 22 502 76 66
Binary 11010010 1000001 10011100 0 1000101 11010 10010 101000010 111110 110110

Color Harmonies of #D2419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2419C

Black with #D2419C

Text Example


Text Example

White with #D2419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2419C; }

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

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

background-color css

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

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

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

border-color css

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

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

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