Html Css Color HEX #D337DD Free Speech Magenta

📋 copy color: '#D337DD'

red 211 ◦ green 55 ◦ blue 221

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

Shades of Free Speech Magenta #D337DD

Tints of Free Speech Magenta #D337DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 43.33%
G = 11.29%
B = 45.38%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D337DD (or 0xD337DD) is known color: Free Speech Magenta. HEX triplet: D3, 37 and DD. RGB value is (211,55,221). Sum of RGB (Red+Green+Blue) = 211+55+221=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #D337DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D337DD is #2CC822. Grayscale: #787878. Windows color (decimal): -2934819 or 14497747. OLE color: 14497747.

HSL color Cylindrical-coordinate representation of color #D337DD: hue angle of 296.39º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D337DD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 55 221 -
CMYK 0.05 0.75 0 0.13
HSL 296.39º 0.71% 0.54% -
HSV(B) 296.39º 0.75% 0.87% -
XYZ 41.28 21.8 70.44 -
YUV 120.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 211 55 221 0.05 0.75 0 0.13 296.39 0.71 0.54
Hex D3 37 DD 5 4B 0 D 128 47 36
Octal 323 67 335 5 113 0 15 450 107 66
Binary 11010011 110111 11011101 101 1001011 0 1101 100101000 1000111 110110

Color Harmonies of #D337DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337DD

Black with #D337DD

Text Example


Text Example

White with #D337DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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