Html Css Color HEX #DC43A5 Mulberry

📋 copy color: '#DC43A5'

red 220 ◦ green 67 ◦ blue 165

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

Shades of Mulberry #DC43A5

Tints of Mulberry #DC43A5

RGB

 RED value IS 220 (86.33% from 255) = 48.67%

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

 BLUE value IS 165 (64.84% from 255) = 36.5%

R = 48.67%
G = 14.82%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC43A5 (or 0xDC43A5) is known color: Mulberry. HEX triplet: DC, 43 and A5. RGB value is (220,67,165). Sum of RGB (Red+Green+Blue) = 220+67+165=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC43A5 is #23BC5A. Grayscale: #7B7B7B. Windows color (decimal): -2341979 or 10830812. OLE color: 10830812.

HSL color Cylindrical-coordinate representation of color #DC43A5: hue angle of 321.57º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC43A5 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 165 -
CMYK 0 0.70 0.25 0.14
HSL 321.57º 0.69% 0.56% -
HSV(B) 321.57º 0.7% 0.86% -
XYZ 38.31 21.95 37.81 -
YUV 123.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 220 67 165 0 0.70 0.25 0.14 321.57 0.69 0.56
Hex DC 43 A5 0 46 19 E 142 45 38
Octal 334 103 245 0 106 31 16 502 105 70
Binary 11011100 1000011 10100101 0 1000110 11001 1110 101000010 1000101 111000

Color Harmonies of #DC43A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC43A5

Black with #DC43A5

Text Example


Text Example

White with #DC43A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC43A5; }

 p { color: rgb(220,67,165); }

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

background-color css

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

 a { background-color: rgb(220,67,165); }

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

border-color css

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

 span { border-color: rgb(220,67,165); }

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