Html Css Color HEX #D0468E Mulberry

📋 copy color: '#D0468E'

red 208 ◦ green 70 ◦ blue 142

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

Shades of Mulberry #D0468E

Tints of Mulberry #D0468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 49.52%
G = 16.67%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0468E (or 0xD0468E) is known color: Mulberry. HEX triplet: D0, 46 and 8E. RGB value is (208,70,142). Sum of RGB (Red+Green+Blue) = 208+70+142=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0468E is #2FB971. Grayscale: #777777. Windows color (decimal): -3127666 or 9324240. OLE color: 9324240.

HSL color Cylindrical-coordinate representation of color #D0468E: hue angle of 328.7º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0468E is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 142 -
CMYK 0 0.66 0.32 0.18
HSL 328.7º 0.59% 0.55% -
HSV(B) 328.7º 0.66% 0.82% -
XYZ 33.09 19.74 27.66 -
YUV 119.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 208 70 142 0 0.66 0.32 0.18 328.7 0.59 0.55
Hex D0 46 8E 0 42 20 12 149 3B 37
Octal 320 106 216 0 102 40 22 511 73 67
Binary 11010000 1000110 10001110 0 1000010 100000 10010 101001001 111011 110111

Color Harmonies of #D0468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0468E

Black with #D0468E

Text Example


Text Example

White with #D0468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0468E; }

 p { color: rgb(208,70,142); }

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

background-color css

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

 a { background-color: rgb(208,70,142); }

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

border-color css

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

 span { border-color: rgb(208,70,142); }

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