Html Css Color HEX #D04283 Mulberry

📋 copy color: '#D04283'

red 208 ◦ green 66 ◦ blue 131

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

Shades of Mulberry #D04283

Tints of Mulberry #D04283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 51.36%
G = 16.3%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D04283 (or 0xD04283) is known color: Mulberry. HEX triplet: D0, 42 and 83. RGB value is (208,66,131). Sum of RGB (Red+Green+Blue) = 208+66+131=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D04283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04283 is #2FBD7C. Grayscale: #737373. Windows color (decimal): -3128701 or 8602320. OLE color: 8602320.

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

Color convert

RGB 208 66 131 -
CMYK 0 0.68 0.37 0.18
HSL 332.54º 0.6% 0.54% -
HSV(B) 332.54º 0.68% 0.82% -
XYZ 32.06 18.95 23.44 -
YUV 115.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 208 66 131 0 0.68 0.37 0.18 332.54 0.6 0.54
Hex D0 42 83 0 44 25 12 14D 3C 36
Octal 320 102 203 0 104 45 22 515 74 66
Binary 11010000 1000010 10000011 0 1000100 100101 10010 101001101 111100 110110

Color Harmonies of #D04283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04283

Black with #D04283

Text Example


Text Example

White with #D04283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04283; }

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

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

background-color css

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

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

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

border-color css

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

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

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