Html Css Color HEX #D5419E Mulberry

📋 copy color: '#D5419E'

red 213 ◦ green 65 ◦ blue 158

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

Shades of Mulberry #D5419E

Tints of Mulberry #D5419E

RGB

 RED value IS 213 (83.59% from 255) = 48.85%

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

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

R = 48.85%
G = 14.91%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5419E (or 0xD5419E) is known color: Mulberry. HEX triplet: D5, 41 and 9E. RGB value is (213,65,158). Sum of RGB (Red+Green+Blue) = 213+65+158=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5419E is #2ABE61. Grayscale: #777777. Windows color (decimal): -2801250 or 10371541. OLE color: 10371541.

HSL color Cylindrical-coordinate representation of color #D5419E: hue angle of 322.3º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5419E is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 158 -
CMYK 0 0.69 0.26 0.16
HSL 322.3º 0.64% 0.55% -
HSV(B) 322.3º 0.69% 0.84% -
XYZ 35.5 20.4 34.41 -
YUV 119.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 213 65 158 0 0.69 0.26 0.16 322.3 0.64 0.55
Hex D5 41 9E 0 45 1A 10 142 40 37
Octal 325 101 236 0 105 32 20 502 100 67
Binary 11010101 1000001 10011110 0 1000101 11010 10000 101000010 1000000 110111

Color Harmonies of #D5419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5419E

Black with #D5419E

Text Example


Text Example

White with #D5419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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