Html Css Color HEX #D359DB Free Speech Magenta

📋 copy color: '#D359DB'

red 211 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #D359DB

Tints of Free Speech Magenta #D359DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.15%

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

R = 40.66%
G = 17.15%
B = 42.2%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D359DB (or 0xD359DB) is known color: Free Speech Magenta. HEX triplet: D3, 59 and DB. RGB value is (211,89,219). Sum of RGB (Red+Green+Blue) = 211+89+219=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #D359DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359DB is #2CA624. Grayscale: #8B8B8B. Windows color (decimal): -2926117 or 14375379. OLE color: 14375379.

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

Color convert

RGB 211 89 219 -
CMYK 0.04 0.59 0 0.14
HSL 296.31º 0.64% 0.6% -
HSV(B) 296.31º 0.59% 0.86% -
XYZ 43.22 26.11 69.78 -
YUV 140.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 211 89 219 0.04 0.59 0 0.14 296.31 0.64 0.6
Hex D3 59 DB 4 3B 0 E 128 40 3C
Octal 323 131 333 4 73 0 16 450 100 74
Binary 11010011 1011001 11011011 100 111011 0 1110 100101000 1000000 111100

Color Harmonies of #D359DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359DB

Black with #D359DB

Text Example


Text Example

White with #D359DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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