Html Css Color HEX #D6419B Mulberry

📋 copy color: '#D6419B'

red 214 ◦ green 65 ◦ blue 155

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

Shades of Mulberry #D6419B

Tints of Mulberry #D6419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 49.31%
G = 14.98%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6419B (or 0xD6419B) is known color: Mulberry. HEX triplet: D6, 41 and 9B. RGB value is (214,65,155). Sum of RGB (Red+Green+Blue) = 214+65+155=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6419B is #29BE64. Grayscale: #777777. Windows color (decimal): -2735717 or 10174934. OLE color: 10174934.

HSL color Cylindrical-coordinate representation of color #D6419B: hue angle of 323.76º 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 #D6419B is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 155 -
CMYK 0 0.70 0.28 0.16
HSL 323.76º 0.65% 0.55% -
HSV(B) 323.76º 0.7% 0.84% -
XYZ 35.54 20.44 33.08 -
YUV 119.81 147.86 195.18 -
System Red Green Blue C M Y K H S L
Decimal 214 65 155 0 0.70 0.28 0.16 323.76 0.65 0.55
Hex D6 41 9B 0 46 1C 10 144 41 37
Octal 326 101 233 0 106 34 20 504 101 67
Binary 11010110 1000001 10011011 0 1000110 11100 10000 101000100 1000001 110111

Color Harmonies of #D6419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6419B

Black with #D6419B

Text Example


Text Example

White with #D6419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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