Html Css Color HEX #D0419B Mulberry

📋 copy color: '#D0419B'

red 208 ◦ green 65 ◦ blue 155

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

Shades of Mulberry #D0419B

Tints of Mulberry #D0419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.19%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 48.6%
G = 15.19%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0419B (or 0xD0419B) is known color: Mulberry. HEX triplet: D0, 41 and 9B. RGB value is (208,65,155). Sum of RGB (Red+Green+Blue) = 208+65+155=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0419B is #2FBE64. Grayscale: #757575. Windows color (decimal): -3128933 or 10174928. OLE color: 10174928.

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

Color convert

RGB 208 65 155 -
CMYK 0 0.69 0.25 0.18
HSL 322.24º 0.6% 0.54% -
HSV(B) 322.24º 0.69% 0.82% -
XYZ 33.82 19.56 33 -
YUV 118.02 148.88 192.18 -
System Red Green Blue C M Y K H S L
Decimal 208 65 155 0 0.69 0.25 0.18 322.24 0.6 0.54
Hex D0 41 9B 0 45 19 12 142 3C 36
Octal 320 101 233 0 105 31 22 502 74 66
Binary 11010000 1000001 10011011 0 1000101 11001 10010 101000010 111100 110110

Color Harmonies of #D0419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0419B

Black with #D0419B

Text Example


Text Example

White with #D0419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0419B; }

 p { color: rgb(208,65,155); }

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

background-color css

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

 a { background-color: rgb(208,65,155); }

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

border-color css

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

 span { border-color: rgb(208,65,155); }

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