Html Css Color HEX #D04088 Mulberry

📋 copy color: '#D04088'

red 208 ◦ green 64 ◦ blue 136

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

Shades of Mulberry #D04088

Tints of Mulberry #D04088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 50.98%
G = 15.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D04088 (or 0xD04088) is known color: Mulberry. HEX triplet: D0, 40 and 88. RGB value is (208,64,136). Sum of RGB (Red+Green+Blue) = 208+64+136=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D04088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04088 is #2FBF77. Grayscale: #737373. Windows color (decimal): -3129208 or 8929488. OLE color: 8929488.

HSL color Cylindrical-coordinate representation of color #D04088: hue angle of 330º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04088 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 136 -
CMYK 0 0.69 0.35 0.18
HSL 330º 0.61% 0.53% -
HSV(B) 330º 0.69% 0.82% -
XYZ 32.29 18.85 25.23 -
YUV 115.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 208 64 136 0 0.69 0.35 0.18 330 0.61 0.53
Hex D0 40 88 0 45 23 12 14A 3D 35
Octal 320 100 210 0 105 43 22 512 75 65
Binary 11010000 1000000 10001000 0 1000101 100011 10010 101001010 111101 110101

Color Harmonies of #D04088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04088

Black with #D04088

Text Example


Text Example

White with #D04088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04088; }

 p { color: rgb(208,64,136); }

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

background-color css

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

 a { background-color: rgb(208,64,136); }

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

border-color css

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

 span { border-color: rgb(208,64,136); }

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