Html Css Color HEX #D350EE Free Speech Magenta

📋 copy color: '#D350EE'

red 211 ◦ green 80 ◦ blue 238

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

Shades of Free Speech Magenta #D350EE

Tints of Free Speech Magenta #D350EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 39.89%
G = 15.12%
B = 44.99%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D350EE (or 0xD350EE) is known color: Free Speech Magenta. HEX triplet: D3, 50 and EE. RGB value is (211,80,238). Sum of RGB (Red+Green+Blue) = 211+80+238=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #D350EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D350EE is #2CAF11. Grayscale: #888888. Windows color (decimal): -2928402 or 15618259. OLE color: 15618259.

HSL color Cylindrical-coordinate representation of color #D350EE: hue angle of 289.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D350EE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 80 238 -
CMYK 0.11 0.66 0 0.07
HSL 289.75º 0.82% 0.62% -
HSV(B) 289.75º 0.66% 0.93% -
XYZ 45.17 25.76 83.48 -
YUV 137.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 211 80 238 0.11 0.66 0 0.07 289.75 0.82 0.62
Hex D3 50 EE B 42 0 7 122 52 3E
Octal 323 120 356 13 102 0 7 442 122 76
Binary 11010011 1010000 11101110 1011 1000010 0 111 100100010 1010010 111110

Color Harmonies of #D350EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350EE

Black with #D350EE

Text Example


Text Example

White with #D350EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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