Html Css Color HEX #D0458B Mulberry

📋 copy color: '#D0458B'

red 208 ◦ green 69 ◦ blue 139

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

Shades of Mulberry #D0458B

Tints of Mulberry #D0458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.59%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 50%
G = 16.59%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0458B (or 0xD0458B) is known color: Mulberry. HEX triplet: D0, 45 and 8B. RGB value is (208,69,139). Sum of RGB (Red+Green+Blue) = 208+69+139=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0458B is #2FBA74. Grayscale: #767676. Windows color (decimal): -3127925 or 9127376. OLE color: 9127376.

HSL color Cylindrical-coordinate representation of color #D0458B: hue angle of 329.78º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0458B is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 139 -
CMYK 0 0.67 0.33 0.18
HSL 329.78º 0.6% 0.54% -
HSV(B) 329.78º 0.67% 0.82% -
XYZ 32.8 19.53 26.47 -
YUV 118.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 208 69 139 0 0.67 0.33 0.18 329.78 0.6 0.54
Hex D0 45 8B 0 43 21 12 14A 3C 36
Octal 320 105 213 0 103 41 22 512 74 66
Binary 11010000 1000101 10001011 0 1000011 100001 10010 101001010 111100 110110

Color Harmonies of #D0458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0458B

Black with #D0458B

Text Example


Text Example

White with #D0458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0458B; }

 p { color: rgb(208,69,139); }

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

background-color css

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

 a { background-color: rgb(208,69,139); }

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

border-color css

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

 span { border-color: rgb(208,69,139); }

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