Html Css Color HEX #D347DB Free Speech Magenta

📋 copy color: '#D347DB'

red 211 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #D347DB

Tints of Free Speech Magenta #D347DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.17%

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

R = 42.12%
G = 14.17%
B = 43.71%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D347DB (or 0xD347DB) is known color: Free Speech Magenta. HEX triplet: D3, 47 and DB. RGB value is (211,71,219). Sum of RGB (Red+Green+Blue) = 211+71+219=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #D347DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347DB is #2CB824. Grayscale: #818181. Windows color (decimal): -2930725 or 14370771. OLE color: 14370771.

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

Color convert

RGB 211 71 219 -
CMYK 0.04 0.68 0 0.14
HSL 296.76º 0.67% 0.57% -
HSV(B) 296.76º 0.68% 0.86% -
XYZ 41.9 23.47 69.34 -
YUV 129.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 211 71 219 0.04 0.68 0 0.14 296.76 0.67 0.57
Hex D3 47 DB 4 44 0 E 129 43 39
Octal 323 107 333 4 104 0 16 451 103 71
Binary 11010011 1000111 11011011 100 1000100 0 1110 100101001 1000011 111001

Color Harmonies of #D347DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D347DB

Black with #D347DB

Text Example


Text Example

White with #D347DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D347DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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