Html Css Color HEX #D34098 Mulberry

📋 copy color: '#D34098'

red 211 ◦ green 64 ◦ blue 152

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

Shades of Mulberry #D34098

Tints of Mulberry #D34098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.99%

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

R = 49.41%
G = 14.99%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D34098 (or 0xD34098) is known color: Mulberry. HEX triplet: D3, 40 and 98. RGB value is (211,64,152). Sum of RGB (Red+Green+Blue) = 211+64+152=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D34098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34098 is #2CBF67. Grayscale: #757575. Windows color (decimal): -2932584 or 9978067. OLE color: 9978067.

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

Color convert

RGB 211 64 152 -
CMYK 0 0.70 0.28 0.17
HSL 324.08º 0.63% 0.54% -
HSV(B) 324.08º 0.7% 0.83% -
XYZ 34.36 19.78 31.71 -
YUV 117.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 211 64 152 0 0.70 0.28 0.17 324.08 0.63 0.54
Hex D3 40 98 0 46 1C 11 144 3F 36
Octal 323 100 230 0 106 34 21 504 77 66
Binary 11010011 1000000 10011000 0 1000110 11100 10001 101000100 111111 110110

Color Harmonies of #D34098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34098

Black with #D34098

Text Example


Text Example

White with #D34098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34098; }

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

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

background-color css

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

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

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

border-color css

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

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

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