Html Css Color HEX #D33DDB Free Speech Magenta

📋 copy color: '#D33DDB'

red 211 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Magenta #D33DDB

Tints of Free Speech Magenta #D33DDB

RGB

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

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

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

R = 42.97%
G = 12.42%
B = 44.6%

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

#D33DDB (or 0xD33DDB) is known color: Free Speech Magenta. HEX triplet: D3, 3D and DB. RGB value is (211,61,219). Sum of RGB (Red+Green+Blue) = 211+61+219=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #D33DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DDB is #2CC224. Grayscale: #7B7B7B. Windows color (decimal): -2933285 or 14368211. OLE color: 14368211.

HSL color Cylindrical-coordinate representation of color #D33DDB: hue angle of 296.96º 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 #D33DDB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 61 219 -
CMYK 0.04 0.72 0 0.14
HSL 296.96º 0.69% 0.55% -
HSV(B) 296.96º 0.72% 0.86% -
XYZ 41.32 22.3 69.14 -
YUV 123.86 181.7 190.15 -
System Red Green Blue C M Y K H S L
Decimal 211 61 219 0.04 0.72 0 0.14 296.96 0.69 0.55
Hex D3 3D DB 4 48 0 E 129 45 37
Octal 323 75 333 4 110 0 16 451 105 67
Binary 11010011 111101 11011011 100 1001000 0 1110 100101001 1000101 110111

Color Harmonies of #D33DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DDB

Black with #D33DDB

Text Example


Text Example

White with #D33DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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