Html Css Color HEX #D04593 Mulberry

📋 copy color: '#D04593'

red 208 ◦ green 69 ◦ blue 147

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

Shades of Mulberry #D04593

Tints of Mulberry #D04593

RGB

 RED value IS 208 (81.64% from 255) = 49.06%

 GREEN value IS 69 (27.34% from 255) = 16.27%

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

R = 49.06%
G = 16.27%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D04593 (or 0xD04593) is known color: Mulberry. HEX triplet: D0, 45 and 93. RGB value is (208,69,147). Sum of RGB (Red+Green+Blue) = 208+69+147=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D04593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04593 is #2FBA6C. Grayscale: #777777. Windows color (decimal): -3127917 or 9651664. OLE color: 9651664.

HSL color Cylindrical-coordinate representation of color #D04593: hue angle of 326.33º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04593 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 147 -
CMYK 0 0.67 0.29 0.18
HSL 326.33º 0.6% 0.54% -
HSV(B) 326.33º 0.67% 0.82% -
XYZ 33.41 19.77 29.66 -
YUV 119.45 143.55 191.16 -
System Red Green Blue C M Y K H S L
Decimal 208 69 147 0 0.67 0.29 0.18 326.33 0.6 0.54
Hex D0 45 93 0 43 1D 12 146 3C 36
Octal 320 105 223 0 103 35 22 506 74 66
Binary 11010000 1000101 10010011 0 1000011 11101 10010 101000110 111100 110110

Color Harmonies of #D04593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04593

Black with #D04593

Text Example


Text Example

White with #D04593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04593; }

 p { color: rgb(208,69,147); }

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

background-color css

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

 a { background-color: rgb(208,69,147); }

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

border-color css

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

 span { border-color: rgb(208,69,147); }

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