Html Css Color HEX #D34483 Mulberry

📋 copy color: '#D34483'

red 211 ◦ green 68 ◦ blue 131

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

Shades of Mulberry #D34483

Tints of Mulberry #D34483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.59%

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 51.46%
G = 16.59%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D34483 (or 0xD34483) is known color: Mulberry. HEX triplet: D3, 44 and 83. RGB value is (211,68,131). Sum of RGB (Red+Green+Blue) = 211+68+131=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D34483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34483 is #2CBB7C. Grayscale: #757575. Windows color (decimal): -2931581 or 8602835. OLE color: 8602835.

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

Color convert

RGB 211 68 131 -
CMYK 0 0.68 0.38 0.17
HSL 333.57º 0.62% 0.55% -
HSV(B) 333.57º 0.68% 0.83% -
XYZ 33.03 19.62 23.52 -
YUV 117.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 211 68 131 0 0.68 0.38 0.17 333.57 0.62 0.55
Hex D3 44 83 0 44 26 11 14E 3E 37
Octal 323 104 203 0 104 46 21 516 76 67
Binary 11010011 1000100 10000011 0 1000100 100110 10001 101001110 111110 110111

Color Harmonies of #D34483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34483

Black with #D34483

Text Example


Text Example

White with #D34483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34483; }

 p { color: rgb(211,68,131); }

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

background-color css

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

 a { background-color: rgb(211,68,131); }

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

border-color css

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

 span { border-color: rgb(211,68,131); }

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