Html Css Color HEX #D45294 Mulberry

📋 copy color: '#D45294'

red 212 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #D45294

Tints of Mulberry #D45294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

 BLUE value IS 148 (58.2% from 255) = 33.48%

R = 47.96%
G = 18.55%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D45294 (or 0xD45294) is known color: Mulberry. HEX triplet: D4, 52 and 94. RGB value is (212,82,148). Sum of RGB (Red+Green+Blue) = 212+82+148=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D45294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45294 is #2BAD6B. Grayscale: #808080. Windows color (decimal): -2862444 or 9720532. OLE color: 9720532.

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

Color convert

RGB 212 82 148 -
CMYK 0 0.61 0.30 0.17
HSL 329.54º 0.6% 0.58% -
HSV(B) 329.54º 0.61% 0.83% -
XYZ 35.51 22.17 30.42 -
YUV 128.39 139.07 187.63 -
System Red Green Blue C M Y K H S L
Decimal 212 82 148 0 0.61 0.30 0.17 329.54 0.6 0.58
Hex D4 52 94 0 3D 1E 11 14A 3C 3A
Octal 324 122 224 0 75 36 21 512 74 72
Binary 11010100 1010010 10010100 0 111101 11110 10001 101001010 111100 111010

Color Harmonies of #D45294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45294

Black with #D45294

Text Example


Text Example

White with #D45294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45294; }

 p { color: rgb(212,82,148); }

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

background-color css

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

 a { background-color: rgb(212,82,148); }

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

border-color css

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

 span { border-color: rgb(212,82,148); }

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