Html Css Color HEX #D6419D Mulberry

📋 copy color: '#D6419D'

red 214 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #D6419D

Tints of Mulberry #D6419D

RGB

 RED value IS 214 (83.98% from 255) = 49.08%

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

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

R = 49.08%
G = 14.91%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6419D (or 0xD6419D) is known color: Mulberry. HEX triplet: D6, 41 and 9D. RGB value is (214,65,157). Sum of RGB (Red+Green+Blue) = 214+65+157=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6419D is #29BE62. Grayscale: #777777. Windows color (decimal): -2735715 or 10306006. OLE color: 10306006.

HSL color Cylindrical-coordinate representation of color #D6419D: hue angle of 322.95º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6419D is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 157 -
CMYK 0 0.70 0.27 0.16
HSL 322.95º 0.65% 0.55% -
HSV(B) 322.95º 0.7% 0.84% -
XYZ 35.71 20.51 33.98 -
YUV 120.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 214 65 157 0 0.70 0.27 0.16 322.95 0.65 0.55
Hex D6 41 9D 0 46 1B 10 143 41 37
Octal 326 101 235 0 106 33 20 503 101 67
Binary 11010110 1000001 10011101 0 1000110 11011 10000 101000011 1000001 110111

Color Harmonies of #D6419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6419D

Black with #D6419D

Text Example


Text Example

White with #D6419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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