Html Css Color HEX #D334DD Free Speech Magenta

📋 copy color: '#D334DD'

red 211 ◦ green 52 ◦ blue 221

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

Shades of Free Speech Magenta #D334DD

Tints of Free Speech Magenta #D334DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.74%

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

R = 43.6%
G = 10.74%
B = 45.66%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D334DD (or 0xD334DD) is known color: Free Speech Magenta. HEX triplet: D3, 34 and DD. RGB value is (211,52,221). Sum of RGB (Red+Green+Blue) = 211+52+221=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #D334DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334DD is #2CCB22. Grayscale: #767676. Windows color (decimal): -2935587 or 14496979. OLE color: 14496979.

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

Color convert

RGB 211 52 221 -
CMYK 0.05 0.76 0 0.13
HSL 296.45º 0.71% 0.54% -
HSV(B) 296.45º 0.76% 0.87% -
XYZ 41.14 21.53 70.39 -
YUV 118.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 211 52 221 0.05 0.76 0 0.13 296.45 0.71 0.54
Hex D3 34 DD 5 4C 0 D 128 47 36
Octal 323 64 335 5 114 0 15 450 107 66
Binary 11010011 110100 11011101 101 1001100 0 1101 100101000 1000111 110110

Color Harmonies of #D334DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334DD

Black with #D334DD

Text Example


Text Example

White with #D334DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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