Html Css Color HEX #D337D8 Free Speech Magenta

📋 copy color: '#D337D8'

red 211 ◦ green 55 ◦ blue 216

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

Shades of Free Speech Magenta #D337D8

Tints of Free Speech Magenta #D337D8

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.41%

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 43.78%
G = 11.41%
B = 44.81%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D337D8 (or 0xD337D8) is known color: Free Speech Magenta. HEX triplet: D3, 37 and D8. RGB value is (211,55,216). Sum of RGB (Red+Green+Blue) = 211+55+216=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #D337D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D337D8 is #2CC827. Grayscale: #777777. Windows color (decimal): -2934824 or 14170067. OLE color: 14170067.

HSL color Cylindrical-coordinate representation of color #D337D8: hue angle of 298.14º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D337D8 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 55 216 -
CMYK 0.02 0.75 0 0.15
HSL 298.14º 0.67% 0.53% -
HSV(B) 298.14º 0.75% 0.85% -
XYZ 40.62 21.54 66.98 -
YUV 120 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 211 55 216 0.02 0.75 0 0.15 298.14 0.67 0.53
Hex D3 37 D8 2 4B 0 F 12A 43 35
Octal 323 67 330 2 113 0 17 452 103 65
Binary 11010011 110111 11011000 10 1001011 0 1111 100101010 1000011 110101

Color Harmonies of #D337D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337D8

Black with #D337D8

Text Example


Text Example

White with #D337D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337D8; }

 p { color: rgb(211,55,216); }

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

background-color css

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

 a { background-color: rgb(211,55,216); }

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

border-color css

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

 span { border-color: rgb(211,55,216); }

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