Html Css Color HEX #D0438A Mulberry

📋 copy color: '#D0438A'

red 208 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #D0438A

Tints of Mulberry #D0438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.22%

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

R = 50.36%
G = 16.22%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0438A (or 0xD0438A) is known color: Mulberry. HEX triplet: D0, 43 and 8A. RGB value is (208,67,138). Sum of RGB (Red+Green+Blue) = 208+67+138=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0438A is #2FBC75. Grayscale: #757575. Windows color (decimal): -3128438 or 9061328. OLE color: 9061328.

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

Color convert

RGB 208 67 138 -
CMYK 0 0.68 0.34 0.18
HSL 329.79º 0.6% 0.54% -
HSV(B) 329.79º 0.68% 0.82% -
XYZ 32.61 19.26 26.04 -
YUV 117.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 208 67 138 0 0.68 0.34 0.18 329.79 0.6 0.54
Hex D0 43 8A 0 44 22 12 14A 3C 36
Octal 320 103 212 0 104 42 22 512 74 66
Binary 11010000 1000011 10001010 0 1000100 100010 10010 101001010 111100 110110

Color Harmonies of #D0438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0438A

Black with #D0438A

Text Example


Text Example

White with #D0438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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