Html Css Color HEX #D450A1 Mulberry

📋 copy color: '#D450A1'

red 212 ◦ green 80 ◦ blue 161

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

Shades of Mulberry #D450A1

Tints of Mulberry #D450A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.54%

R = 46.8%
G = 17.66%
B = 35.54%

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

#D450A1 (or 0xD450A1) is known color: Mulberry. HEX triplet: D4, 50 and A1. RGB value is (212,80,161). Sum of RGB (Red+Green+Blue) = 212+80+161=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D450A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D450A1 is #2BAF5E. Grayscale: #808080. Windows color (decimal): -2862943 or 10571988. OLE color: 10571988.

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

Color convert

RGB 212 80 161 -
CMYK 0 0.62 0.24 0.17
HSL 323.18º 0.61% 0.57% -
HSV(B) 323.18º 0.62% 0.83% -
XYZ 36.45 22.31 36.1 -
YUV 128.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 212 80 161 0 0.62 0.24 0.17 323.18 0.61 0.57
Hex D4 50 A1 0 3E 18 11 143 3D 39
Octal 324 120 241 0 76 30 21 503 75 71
Binary 11010100 1010000 10100001 0 111110 11000 10001 101000011 111101 111001

Color Harmonies of #D450A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450A1

Black with #D450A1

Text Example


Text Example

White with #D450A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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