Html Css Color HEX #D442A3 Mulberry

📋 copy color: '#D442A3'

red 212 ◦ green 66 ◦ blue 163

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

Shades of Mulberry #D442A3

Tints of Mulberry #D442A3

RGB

 RED value IS 212 (83.2% from 255) = 48.07%

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

 BLUE value IS 163 (64.06% from 255) = 36.96%

R = 48.07%
G = 14.97%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D442A3 (or 0xD442A3) is known color: Mulberry. HEX triplet: D4, 42 and A3. RGB value is (212,66,163). Sum of RGB (Red+Green+Blue) = 212+66+163=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D442A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D442A3 is #2BBD5C. Grayscale: #787878. Windows color (decimal): -2866525 or 10699476. OLE color: 10699476.

HSL color Cylindrical-coordinate representation of color #D442A3: hue angle of 320.14º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D442A3 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 66 163 -
CMYK 0 0.69 0.23 0.17
HSL 320.14º 0.63% 0.55% -
HSV(B) 320.14º 0.69% 0.83% -
XYZ 35.71 20.54 36.73 -
YUV 120.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 212 66 163 0 0.69 0.23 0.17 320.14 0.63 0.55
Hex D4 42 A3 0 45 17 11 140 3F 37
Octal 324 102 243 0 105 27 21 500 77 67
Binary 11010100 1000010 10100011 0 1000101 10111 10001 101000000 111111 110111

Color Harmonies of #D442A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442A3

Black with #D442A3

Text Example


Text Example

White with #D442A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442A3; }

 p { color: rgb(212,66,163); }

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

background-color css

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

 a { background-color: rgb(212,66,163); }

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

border-color css

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

 span { border-color: rgb(212,66,163); }

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