Html Css Color HEX #D5478A Mulberry

📋 copy color: '#D5478A'

red 213 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #D5478A

Tints of Mulberry #D5478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.82%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 50.47%
G = 16.82%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5478A (or 0xD5478A) is known color: Mulberry. HEX triplet: D5, 47 and 8A. RGB value is (213,71,138). Sum of RGB (Red+Green+Blue) = 213+71+138=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5478A is #2AB875. Grayscale: #787878. Windows color (decimal): -2799734 or 9062357. OLE color: 9062357.

HSL color Cylindrical-coordinate representation of color #D5478A: hue angle of 331.69º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5478A is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 138 -
CMYK 0 0.67 0.35 0.16
HSL 331.69º 0.63% 0.56% -
HSV(B) 331.69º 0.67% 0.84% -
XYZ 34.28 20.49 26.19 -
YUV 121.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 213 71 138 0 0.67 0.35 0.16 331.69 0.63 0.56
Hex D5 47 8A 0 43 23 10 14C 3F 38
Octal 325 107 212 0 103 43 20 514 77 70
Binary 11010101 1000111 10001010 0 1000011 100011 10000 101001100 111111 111000

Color Harmonies of #D5478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5478A

Black with #D5478A

Text Example


Text Example

White with #D5478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5478A; }

 p { color: rgb(213,71,138); }

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

background-color css

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

 a { background-color: rgb(213,71,138); }

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

border-color css

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

 span { border-color: rgb(213,71,138); }

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