Html Css Color HEX #D0429A Mulberry

📋 copy color: '#D0429A'

red 208 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #D0429A

Tints of Mulberry #D0429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.42%

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 48.6%
G = 15.42%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0429A (or 0xD0429A) is known color: Mulberry. HEX triplet: D0, 42 and 9A. RGB value is (208,66,154). Sum of RGB (Red+Green+Blue) = 208+66+154=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0429A is #2FBD65. Grayscale: #767676. Windows color (decimal): -3128678 or 10109648. OLE color: 10109648.

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

Color convert

RGB 208 66 154 -
CMYK 0 0.68 0.26 0.18
HSL 322.82º 0.6% 0.54% -
HSV(B) 322.82º 0.68% 0.82% -
XYZ 33.79 19.64 32.58 -
YUV 118.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 208 66 154 0 0.68 0.26 0.18 322.82 0.6 0.54
Hex D0 42 9A 0 44 1A 12 143 3C 36
Octal 320 102 232 0 104 32 22 503 74 66
Binary 11010000 1000010 10011010 0 1000100 11010 10010 101000011 111100 110110

Color Harmonies of #D0429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0429A

Black with #D0429A

Text Example


Text Example

White with #D0429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0429A; }

 p { color: rgb(208,66,154); }

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

background-color css

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

 a { background-color: rgb(208,66,154); }

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

border-color css

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

 span { border-color: rgb(208,66,154); }

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