Html Css Color HEX #D54295 Mulberry

📋 copy color: '#D54295'

red 213 ◦ green 66 ◦ blue 149

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

Shades of Mulberry #D54295

Tints of Mulberry #D54295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.42%

 BLUE value IS 149 (58.59% from 255) = 34.81%

R = 49.77%
G = 15.42%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D54295 (or 0xD54295) is known color: Mulberry. HEX triplet: D5, 42 and 95. RGB value is (213,66,149). Sum of RGB (Red+Green+Blue) = 213+66+149=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D54295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54295 is #2ABD6A. Grayscale: #777777. Windows color (decimal): -2801003 or 9781973. OLE color: 9781973.

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

Color convert

RGB 213 66 149 -
CMYK 0 0.69 0.30 0.16
HSL 326.12º 0.64% 0.55% -
HSV(B) 326.12º 0.69% 0.84% -
XYZ 34.81 20.21 30.5 -
YUV 119.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 213 66 149 0 0.69 0.30 0.16 326.12 0.64 0.55
Hex D5 42 95 0 45 1E 10 146 40 37
Octal 325 102 225 0 105 36 20 506 100 67
Binary 11010101 1000010 10010101 0 1000101 11110 10000 101000110 1000000 110111

Color Harmonies of #D54295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54295

Black with #D54295

Text Example


Text Example

White with #D54295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54295; }

 p { color: rgb(213,66,149); }

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

background-color css

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

 a { background-color: rgb(213,66,149); }

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

border-color css

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

 span { border-color: rgb(213,66,149); }

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