Html Css Color HEX #D54693 Mulberry

📋 copy color: '#D54693'

red 213 ◦ green 70 ◦ blue 147

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

Shades of Mulberry #D54693

Tints of Mulberry #D54693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

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

R = 49.53%
G = 16.28%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54693 (or 0xD54693) is known color: Mulberry. HEX triplet: D5, 46 and 93. RGB value is (213,70,147). Sum of RGB (Red+Green+Blue) = 213+70+147=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54693 is #2AB96C. Grayscale: #797979. Windows color (decimal): -2799981 or 9651925. OLE color: 9651925.

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

Color convert

RGB 213 70 147 -
CMYK 0 0.67 0.31 0.16
HSL 327.69º 0.63% 0.55% -
HSV(B) 327.69º 0.67% 0.84% -
XYZ 34.9 20.63 29.75 -
YUV 121.54 142.38 193.24 -
System Red Green Blue C M Y K H S L
Decimal 213 70 147 0 0.67 0.31 0.16 327.69 0.63 0.55
Hex D5 46 93 0 43 1F 10 148 3F 37
Octal 325 106 223 0 103 37 20 510 77 67
Binary 11010101 1000110 10010011 0 1000011 11111 10000 101001000 111111 110111

Color Harmonies of #D54693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54693

Black with #D54693

Text Example


Text Example

White with #D54693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54693; }

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

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

background-color css

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

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

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

border-color css

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

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

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