Html Css Color HEX #D03CA4 Mulberry

📋 copy color: '#D03CA4'

red 208 ◦ green 60 ◦ blue 164

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

Shades of Mulberry #D03CA4

Tints of Mulberry #D03CA4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.89%

 BLUE value IS 164 (64.45% from 255) = 37.96%

R = 48.15%
G = 13.89%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D03CA4 (or 0xD03CA4) is known color: Mulberry. HEX triplet: D0, 3C and A4. RGB value is (208,60,164). Sum of RGB (Red+Green+Blue) = 208+60+164=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03CA4 is #2FC35B. Grayscale: #737373. Windows color (decimal): -3130204 or 10763472. OLE color: 10763472.

HSL color Cylindrical-coordinate representation of color #D03CA4: hue angle of 317.84º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03CA4 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 60 164 -
CMYK 0 0.71 0.21 0.18
HSL 317.84º 0.61% 0.53% -
HSV(B) 317.84º 0.71% 0.82% -
XYZ 34.33 19.32 37.04 -
YUV 116.11 155.03 193.54 -
System Red Green Blue C M Y K H S L
Decimal 208 60 164 0 0.71 0.21 0.18 317.84 0.61 0.53
Hex D0 3C A4 0 47 15 12 13E 3D 35
Octal 320 74 244 0 107 25 22 476 75 65
Binary 11010000 111100 10100100 0 1000111 10101 10010 100111110 111101 110101

Color Harmonies of #D03CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CA4

Black with #D03CA4

Text Example


Text Example

White with #D03CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CA4; }

 p { color: rgb(208,60,164); }

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

background-color css

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

 a { background-color: rgb(208,60,164); }

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

border-color css

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

 span { border-color: rgb(208,60,164); }

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