Html Css Color HEX #D454A2 Mulberry

📋 copy color: '#D454A2'

red 212 ◦ green 84 ◦ blue 162

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

Shades of Mulberry #D454A2

Tints of Mulberry #D454A2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.34%

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

R = 46.29%
G = 18.34%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D454A2 (or 0xD454A2) is known color: Mulberry. HEX triplet: D4, 54 and A2. RGB value is (212,84,162). Sum of RGB (Red+Green+Blue) = 212+84+162=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D454A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D454A2 is #2BAB5D. Grayscale: #828282. Windows color (decimal): -2861918 or 10638548. OLE color: 10638548.

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

Color convert

RGB 212 84 162 -
CMYK 0 0.60 0.24 0.17
HSL 323.44º 0.6% 0.58% -
HSV(B) 323.44º 0.6% 0.83% -
XYZ 36.84 22.95 36.67 -
YUV 131.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 212 84 162 0 0.60 0.24 0.17 323.44 0.6 0.58
Hex D4 54 A2 0 3C 18 11 143 3C 3A
Octal 324 124 242 0 74 30 21 503 74 72
Binary 11010100 1010100 10100010 0 111100 11000 10001 101000011 111100 111010

Color Harmonies of #D454A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D454A2

Black with #D454A2

Text Example


Text Example

White with #D454A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D454A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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