Html Css Color HEX #D0468A Mulberry

📋 copy color: '#D0468A'

red 208 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #D0468A

Tints of Mulberry #D0468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 50%
G = 16.83%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0468A (or 0xD0468A) is known color: Mulberry. HEX triplet: D0, 46 and 8A. RGB value is (208,70,138). Sum of RGB (Red+Green+Blue) = 208+70+138=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0468A is #2FB975. Grayscale: #767676. Windows color (decimal): -3127670 or 9062096. OLE color: 9062096.

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

Color convert

RGB 208 70 138 -
CMYK 0 0.66 0.34 0.18
HSL 330.43º 0.59% 0.55% -
HSV(B) 330.43º 0.66% 0.82% -
XYZ 32.79 19.63 26.1 -
YUV 119.01 138.72 191.47 -
System Red Green Blue C M Y K H S L
Decimal 208 70 138 0 0.66 0.34 0.18 330.43 0.59 0.55
Hex D0 46 8A 0 42 22 12 14A 3B 37
Octal 320 106 212 0 102 42 22 512 73 67
Binary 11010000 1000110 10001010 0 1000010 100010 10010 101001010 111011 110111

Color Harmonies of #D0468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0468A

Black with #D0468A

Text Example


Text Example

White with #D0468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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