Html Css Color HEX #D33FDB Free Speech Magenta

📋 copy color: '#D33FDB'

red 211 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Magenta #D33FDB

Tints of Free Speech Magenta #D33FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

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

R = 42.8%
G = 12.78%
B = 44.42%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D33FDB (or 0xD33FDB) is known color: Free Speech Magenta. HEX triplet: D3, 3F and DB. RGB value is (211,63,219). Sum of RGB (Red+Green+Blue) = 211+63+219=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #D33FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33FDB is #2CC024. Grayscale: #7C7C7C. Windows color (decimal): -2932773 or 14368723. OLE color: 14368723.

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

Color convert

RGB 211 63 219 -
CMYK 0.04 0.71 0 0.14
HSL 296.92º 0.68% 0.55% -
HSV(B) 296.92º 0.71% 0.86% -
XYZ 41.43 22.52 69.18 -
YUV 125.04 181.03 189.32 -
System Red Green Blue C M Y K H S L
Decimal 211 63 219 0.04 0.71 0 0.14 296.92 0.68 0.55
Hex D3 3F DB 4 47 0 E 129 44 37
Octal 323 77 333 4 107 0 16 451 104 67
Binary 11010011 111111 11011011 100 1000111 0 1110 100101001 1000100 110111

Color Harmonies of #D33FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FDB

Black with #D33FDB

Text Example


Text Example

White with #D33FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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