Html Css Color HEX #D33ADB Free Speech Magenta

📋 copy color: '#D33ADB'

red 211 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Magenta #D33ADB

Tints of Free Speech Magenta #D33ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.89%

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

R = 43.24%
G = 11.89%
B = 44.88%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D33ADB (or 0xD33ADB) is known color: Free Speech Magenta. HEX triplet: D3, 3A and DB. RGB value is (211,58,219). Sum of RGB (Red+Green+Blue) = 211+58+219=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #D33ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ADB is #2CC524. Grayscale: #797979. Windows color (decimal): -2934053 or 14367443. OLE color: 14367443.

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

Color convert

RGB 211 58 219 -
CMYK 0.04 0.74 0 0.14
HSL 297.02º 0.69% 0.54% -
HSV(B) 297.02º 0.74% 0.86% -
XYZ 41.16 21.99 69.09 -
YUV 122.1 182.69 191.41 -
System Red Green Blue C M Y K H S L
Decimal 211 58 219 0.04 0.74 0 0.14 297.02 0.69 0.54
Hex D3 3A DB 4 4A 0 E 129 45 36
Octal 323 72 333 4 112 0 16 451 105 66
Binary 11010011 111010 11011011 100 1001010 0 1110 100101001 1000101 110110

Color Harmonies of #D33ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33ADB

Black with #D33ADB

Text Example


Text Example

White with #D33ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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