Html Css Color HEX #D332DB Free Speech Magenta

📋 copy color: '#D332DB'

red 211 ◦ green 50 ◦ blue 219

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

Shades of Free Speech Magenta #D332DB

Tints of Free Speech Magenta #D332DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.42%

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

R = 43.96%
G = 10.42%
B = 45.63%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D332DB (or 0xD332DB) is known color: Free Speech Magenta. HEX triplet: D3, 32 and DB. RGB value is (211,50,219). Sum of RGB (Red+Green+Blue) = 211+50+219=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #D332DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D332DB is #2CCD24. Grayscale: #747474. Windows color (decimal): -2936101 or 14365395. OLE color: 14365395.

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

Color convert

RGB 211 50 219 -
CMYK 0.04 0.77 0 0.14
HSL 297.16º 0.7% 0.53% -
HSV(B) 297.16º 0.77% 0.86% -
XYZ 40.79 21.24 68.97 -
YUV 117.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 211 50 219 0.04 0.77 0 0.14 297.16 0.7 0.53
Hex D3 32 DB 4 4D 0 E 129 46 35
Octal 323 62 333 4 115 0 16 451 106 65
Binary 11010011 110010 11011011 100 1001101 0 1110 100101001 1000110 110101

Color Harmonies of #D332DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D332DB

Black with #D332DB

Text Example


Text Example

White with #D332DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D332DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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