Html Css Color HEX #D54293 Mulberry

📋 copy color: '#D54293'

red 213 ◦ green 66 ◦ blue 147

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

Shades of Mulberry #D54293

Tints of Mulberry #D54293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 50%
G = 15.49%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54293 (or 0xD54293) is known color: Mulberry. HEX triplet: D5, 42 and 93. RGB value is (213,66,147). Sum of RGB (Red+Green+Blue) = 213+66+147=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D54293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54293 is #2ABD6C. Grayscale: #777777. Windows color (decimal): -2801005 or 9650901. OLE color: 9650901.

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

Color convert

RGB 213 66 147 -
CMYK 0 0.69 0.31 0.16
HSL 326.94º 0.64% 0.55% -
HSV(B) 326.94º 0.69% 0.84% -
XYZ 34.66 20.15 29.67 -
YUV 119.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 213 66 147 0 0.69 0.31 0.16 326.94 0.64 0.55
Hex D5 42 93 0 45 1F 10 147 40 37
Octal 325 102 223 0 105 37 20 507 100 67
Binary 11010101 1000010 10010011 0 1000101 11111 10000 101000111 1000000 110111

Color Harmonies of #D54293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54293

Black with #D54293

Text Example


Text Example

White with #D54293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54293; }

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

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

background-color css

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

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

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

border-color css

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

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

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