Html Css Color HEX #D0469D Mulberry

📋 copy color: '#D0469D'

red 208 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #D0469D

Tints of Mulberry #D0469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.09%

R = 47.82%
G = 16.09%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0469D (or 0xD0469D) is known color: Mulberry. HEX triplet: D0, 46 and 9D. RGB value is (208,70,157). Sum of RGB (Red+Green+Blue) = 208+70+157=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0469D is #2FB962. Grayscale: #787878. Windows color (decimal): -3127651 or 10307280. OLE color: 10307280.

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

Color convert

RGB 208 70 157 -
CMYK 0 0.66 0.25 0.18
HSL 322.17º 0.59% 0.55% -
HSV(B) 322.17º 0.66% 0.82% -
XYZ 34.29 20.22 33.99 -
YUV 121.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 208 70 157 0 0.66 0.25 0.18 322.17 0.59 0.55
Hex D0 46 9D 0 42 19 12 142 3B 37
Octal 320 106 235 0 102 31 22 502 73 67
Binary 11010000 1000110 10011101 0 1000010 11001 10010 101000010 111011 110111

Color Harmonies of #D0469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0469D

Black with #D0469D

Text Example


Text Example

White with #D0469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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