Html Css Color HEX #D44294 Mulberry

📋 copy color: '#D44294'

red 212 ◦ green 66 ◦ blue 148

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

Shades of Mulberry #D44294

Tints of Mulberry #D44294

RGB

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

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

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

R = 49.77%
G = 15.49%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D44294 (or 0xD44294) is known color: Mulberry. HEX triplet: D4, 42 and 94. RGB value is (212,66,148). Sum of RGB (Red+Green+Blue) = 212+66+148=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D44294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44294 is #2BBD6B. Grayscale: #767676. Windows color (decimal): -2866540 or 9716436. OLE color: 9716436.

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

Color convert

RGB 212 66 148 -
CMYK 0 0.69 0.30 0.17
HSL 326.3º 0.63% 0.55% -
HSV(B) 326.3º 0.69% 0.83% -
XYZ 34.44 20.03 30.07 -
YUV 119 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 212 66 148 0 0.69 0.30 0.17 326.3 0.63 0.55
Hex D4 42 94 0 45 1E 11 146 3F 37
Octal 324 102 224 0 105 36 21 506 77 67
Binary 11010100 1000010 10010100 0 1000101 11110 10001 101000110 111111 110111

Color Harmonies of #D44294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44294

Black with #D44294

Text Example


Text Example

White with #D44294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44294; }

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

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

background-color css

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

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

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

border-color css

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

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

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