Html Css Color HEX #D04290 Mulberry

📋 copy color: '#D04290'

red 208 ◦ green 66 ◦ blue 144

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

Shades of Mulberry #D04290

Tints of Mulberry #D04290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 49.76%
G = 15.79%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D04290 (or 0xD04290) is known color: Mulberry. HEX triplet: D0, 42 and 90. RGB value is (208,66,144). Sum of RGB (Red+Green+Blue) = 208+66+144=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D04290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04290 is #2FBD6F. Grayscale: #757575. Windows color (decimal): -3128688 or 9454288. OLE color: 9454288.

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

Color convert

RGB 208 66 144 -
CMYK 0 0.68 0.31 0.18
HSL 327.04º 0.6% 0.54% -
HSV(B) 327.04º 0.68% 0.82% -
XYZ 32.99 19.32 28.38 -
YUV 117.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 208 66 144 0 0.68 0.31 0.18 327.04 0.6 0.54
Hex D0 42 90 0 44 1F 12 147 3C 36
Octal 320 102 220 0 104 37 22 507 74 66
Binary 11010000 1000010 10010000 0 1000100 11111 10010 101000111 111100 110110

Color Harmonies of #D04290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04290

Black with #D04290

Text Example


Text Example

White with #D04290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04290; }

 p { color: rgb(208,66,144); }

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

background-color css

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

 a { background-color: rgb(208,66,144); }

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

border-color css

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

 span { border-color: rgb(208,66,144); }

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