Html Css Color HEX #D33DD5 Free Speech Magenta

📋 copy color: '#D33DD5'

red 211 ◦ green 61 ◦ blue 213

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

Shades of Free Speech Magenta #D33DD5

Tints of Free Speech Magenta #D33DD5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.58%

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 43.51%
G = 12.58%
B = 43.92%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D33DD5 (or 0xD33DD5) is known color: Free Speech Magenta. HEX triplet: D3, 3D and D5. RGB value is (211,61,213). Sum of RGB (Red+Green+Blue) = 211+61+213=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #D33DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DD5 is #2CC22A. Grayscale: #7A7A7A. Windows color (decimal): -2933291 or 13974995. OLE color: 13974995.

HSL color Cylindrical-coordinate representation of color #D33DD5: hue angle of 299.21º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33DD5 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 61 213 -
CMYK 0.01 0.71 0 0.16
HSL 299.21º 0.64% 0.54% -
HSV(B) 299.21º 0.71% 0.84% -
XYZ 40.54 21.99 65.06 -
YUV 123.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 211 61 213 0.01 0.71 0 0.16 299.21 0.64 0.54
Hex D3 3D D5 1 47 0 10 12B 40 36
Octal 323 75 325 1 107 0 20 453 100 66
Binary 11010011 111101 11010101 1 1000111 0 10000 100101011 1000000 110110

Color Harmonies of #D33DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DD5

Black with #D33DD5

Text Example


Text Example

White with #D33DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DD5; }

 p { color: rgb(211,61,213); }

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

background-color css

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

 a { background-color: rgb(211,61,213); }

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

border-color css

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

 span { border-color: rgb(211,61,213); }

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