Html Css Color HEX #D450A2 Mulberry

📋 copy color: '#D450A2'

red 212 ◦ green 80 ◦ blue 162

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

Shades of Mulberry #D450A2

Tints of Mulberry #D450A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.62%

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 46.7%
G = 17.62%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D450A2 (or 0xD450A2) is known color: Mulberry. HEX triplet: D4, 50 and A2. RGB value is (212,80,162). Sum of RGB (Red+Green+Blue) = 212+80+162=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D450A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D450A2 is #2BAF5D. Grayscale: #808080. Windows color (decimal): -2862942 or 10637524. OLE color: 10637524.

HSL color Cylindrical-coordinate representation of color #D450A2: hue angle of 322.73º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D450A2 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 80 162 -
CMYK 0 0.62 0.24 0.17
HSL 322.73º 0.61% 0.57% -
HSV(B) 322.73º 0.62% 0.83% -
XYZ 36.54 22.34 36.57 -
YUV 128.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 212 80 162 0 0.62 0.24 0.17 322.73 0.61 0.57
Hex D4 50 A2 0 3E 18 11 143 3D 39
Octal 324 120 242 0 76 30 21 503 75 71
Binary 11010100 1010000 10100010 0 111110 11000 10001 101000011 111101 111001

Color Harmonies of #D450A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450A2

Black with #D450A2

Text Example


Text Example

White with #D450A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450A2; }

 p { color: rgb(212,80,162); }

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

background-color css

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

 a { background-color: rgb(212,80,162); }

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

border-color css

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

 span { border-color: rgb(212,80,162); }

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