Html Css Color HEX #D350DF Free Speech Magenta

📋 copy color: '#D350DF'

red 211 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #D350DF

Tints of Free Speech Magenta #D350DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.56%

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 41.05%
G = 15.56%
B = 43.39%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D350DF (or 0xD350DF) is known color: Free Speech Magenta. HEX triplet: D3, 50 and DF. RGB value is (211,80,223). Sum of RGB (Red+Green+Blue) = 211+80+223=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #D350DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350DF is #2CAF20. Grayscale: #878787. Windows color (decimal): -2928417 or 14635219. OLE color: 14635219.

HSL color Cylindrical-coordinate representation of color #D350DF: hue angle of 294.97º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D350DF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 80 223 -
CMYK 0.05 0.64 0 0.13
HSL 294.97º 0.69% 0.59% -
HSV(B) 294.97º 0.64% 0.87% -
XYZ 43.05 24.91 72.35 -
YUV 135.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 211 80 223 0.05 0.64 0 0.13 294.97 0.69 0.59
Hex D3 50 DF 5 40 0 D 127 45 3B
Octal 323 120 337 5 100 0 15 447 105 73
Binary 11010011 1010000 11011111 101 1000000 0 1101 100100111 1000101 111011

Color Harmonies of #D350DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350DF

Black with #D350DF

Text Example


Text Example

White with #D350DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350DF; }

 p { color: rgb(211,80,223); }

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

background-color css

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

 a { background-color: rgb(211,80,223); }

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

border-color css

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

 span { border-color: rgb(211,80,223); }

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