Html Css Color HEX #D34298 Mulberry

📋 copy color: '#D34298'

red 211 ◦ green 66 ◦ blue 152

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

Shades of Mulberry #D34298

Tints of Mulberry #D34298

RGB

 RED value IS 211 (82.81% from 255) = 49.18%

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 49.18%
G = 15.38%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D34298 (or 0xD34298) is known color: Mulberry. HEX triplet: D3, 42 and 98. RGB value is (211,66,152). Sum of RGB (Red+Green+Blue) = 211+66+152=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D34298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34298 is #2CBD67. Grayscale: #767676. Windows color (decimal): -2932072 or 9978579. OLE color: 9978579.

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

Color convert

RGB 211 66 152 -
CMYK 0 0.69 0.28 0.17
HSL 324.41º 0.62% 0.54% -
HSV(B) 324.41º 0.69% 0.83% -
XYZ 34.48 20.01 31.75 -
YUV 119.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 211 66 152 0 0.69 0.28 0.17 324.41 0.62 0.54
Hex D3 42 98 0 45 1C 11 144 3E 36
Octal 323 102 230 0 105 34 21 504 76 66
Binary 11010011 1000010 10011000 0 1000101 11100 10001 101000100 111110 110110

Color Harmonies of #D34298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34298

Black with #D34298

Text Example


Text Example

White with #D34298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34298; }

 p { color: rgb(211,66,152); }

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

background-color css

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

 a { background-color: rgb(211,66,152); }

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

border-color css

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

 span { border-color: rgb(211,66,152); }

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