Html Css Color HEX #D33BDB Free Speech Magenta

📋 copy color: '#D33BDB'

red 211 ◦ green 59 ◦ blue 219

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

Shades of Free Speech Magenta #D33BDB

Tints of Free Speech Magenta #D33BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.07%

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

R = 43.15%
G = 12.07%
B = 44.79%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D33BDB (or 0xD33BDB) is known color: Free Speech Magenta. HEX triplet: D3, 3B and DB. RGB value is (211,59,219). Sum of RGB (Red+Green+Blue) = 211+59+219=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #D33BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BDB is #2CC424. Grayscale: #7A7A7A. Windows color (decimal): -2933797 or 14367699. OLE color: 14367699.

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

Color convert

RGB 211 59 219 -
CMYK 0.04 0.73 0 0.14
HSL 297º 0.69% 0.55% -
HSV(B) 297º 0.73% 0.86% -
XYZ 41.21 22.09 69.11 -
YUV 122.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 211 59 219 0.04 0.73 0 0.14 297 0.69 0.55
Hex D3 3B DB 4 49 0 E 129 45 37
Octal 323 73 333 4 111 0 16 451 105 67
Binary 11010011 111011 11011011 100 1001001 0 1110 100101001 1000101 110111

Color Harmonies of #D33BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33BDB

Black with #D33BDB

Text Example


Text Example

White with #D33BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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