Html Css Color HEX #D33EDB Free Speech Magenta

📋 copy color: '#D33EDB'

red 211 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Magenta #D33EDB

Tints of Free Speech Magenta #D33EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.6%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 42.89%
G = 12.6%
B = 44.51%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D33EDB (or 0xD33EDB) is known color: Free Speech Magenta. HEX triplet: D3, 3E and DB. RGB value is (211,62,219). Sum of RGB (Red+Green+Blue) = 211+62+219=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #D33EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EDB is #2CC124. Grayscale: #7B7B7B. Windows color (decimal): -2933029 or 14368467. OLE color: 14368467.

HSL color Cylindrical-coordinate representation of color #D33EDB: hue angle of 296.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33EDB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 62 219 -
CMYK 0.04 0.72 0 0.14
HSL 296.94º 0.69% 0.55% -
HSV(B) 296.94º 0.72% 0.86% -
XYZ 41.37 22.41 69.16 -
YUV 124.45 181.36 189.73 -
System Red Green Blue C M Y K H S L
Decimal 211 62 219 0.04 0.72 0 0.14 296.94 0.69 0.55
Hex D3 3E DB 4 48 0 E 129 45 37
Octal 323 76 333 4 110 0 16 451 105 67
Binary 11010011 111110 11011011 100 1001000 0 1110 100101001 1000101 110111

Color Harmonies of #D33EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33EDB

Black with #D33EDB

Text Example


Text Example

White with #D33EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33EDB; }

 p { color: rgb(211,62,219); }

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

background-color css

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

 a { background-color: rgb(211,62,219); }

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

border-color css

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

 span { border-color: rgb(211,62,219); }

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