Html Css Color HEX #D04484 Mulberry

📋 copy color: '#D04484'

red 208 ◦ green 68 ◦ blue 132

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

Shades of Mulberry #D04484

Tints of Mulberry #D04484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.67%

 BLUE value IS 132 (51.95% from 255) = 32.35%

R = 50.98%
G = 16.67%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D04484 (or 0xD04484) is known color: Mulberry. HEX triplet: D0, 44 and 84. RGB value is (208,68,132). Sum of RGB (Red+Green+Blue) = 208+68+132=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D04484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04484 is #2FBB7B. Grayscale: #757575. Windows color (decimal): -3128188 or 8668368. OLE color: 8668368.

HSL color Cylindrical-coordinate representation of color #D04484: hue angle of 332.57º 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 #D04484 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 132 -
CMYK 0 0.67 0.37 0.18
HSL 332.57º 0.6% 0.54% -
HSV(B) 332.57º 0.67% 0.82% -
XYZ 32.24 19.21 23.84 -
YUV 117.16 136.38 192.8 -
System Red Green Blue C M Y K H S L
Decimal 208 68 132 0 0.67 0.37 0.18 332.57 0.6 0.54
Hex D0 44 84 0 43 25 12 14D 3C 36
Octal 320 104 204 0 103 45 22 515 74 66
Binary 11010000 1000100 10000100 0 1000011 100101 10010 101001101 111100 110110

Color Harmonies of #D04484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04484

Black with #D04484

Text Example


Text Example

White with #D04484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04484; }

 p { color: rgb(208,68,132); }

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

background-color css

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

 a { background-color: rgb(208,68,132); }

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

border-color css

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

 span { border-color: rgb(208,68,132); }

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