Html Css Color HEX #D442A5 Mulberry

📋 copy color: '#D442A5'

red 212 ◦ green 66 ◦ blue 165

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

Shades of Mulberry #D442A5

Tints of Mulberry #D442A5

RGB

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

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

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

R = 47.86%
G = 14.9%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D442A5 (or 0xD442A5) is known color: Mulberry. HEX triplet: D4, 42 and A5. RGB value is (212,66,165). Sum of RGB (Red+Green+Blue) = 212+66+165=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D442A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D442A5 is #2BBD5A. Grayscale: #787878. Windows color (decimal): -2866523 or 10830548. OLE color: 10830548.

HSL color Cylindrical-coordinate representation of color #D442A5: hue angle of 319.32º 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 #D442A5 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 66 165 -
CMYK 0 0.69 0.22 0.17
HSL 319.32º 0.63% 0.55% -
HSV(B) 319.32º 0.69% 0.83% -
XYZ 35.89 20.61 37.68 -
YUV 120.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 212 66 165 0 0.69 0.22 0.17 319.32 0.63 0.55
Hex D4 42 A5 0 45 16 11 13F 3F 37
Octal 324 102 245 0 105 26 21 477 77 67
Binary 11010100 1000010 10100101 0 1000101 10110 10001 100111111 111111 110111

Color Harmonies of #D442A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442A5

Black with #D442A5

Text Example


Text Example

White with #D442A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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