Html Css Color HEX #D651EE Free Speech Magenta

📋 copy color: '#D651EE'

red 214 ◦ green 81 ◦ blue 238

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

Shades of Free Speech Magenta #D651EE

Tints of Free Speech Magenta #D651EE

RGB

 RED value IS 214 (83.98% from 255) = 40.15%

 GREEN value IS 81 (32.03% from 255) = 15.2%

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

R = 40.15%
G = 15.2%
B = 44.65%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D651EE (or 0xD651EE) is known color: Free Speech Magenta. HEX triplet: D6, 51 and EE. RGB value is (214,81,238). Sum of RGB (Red+Green+Blue) = 214+81+238=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #D651EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D651EE is #29AE11. Grayscale: #8A8A8A. Windows color (decimal): -2731538 or 15618518. OLE color: 15618518.

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

Color convert

RGB 214 81 238 -
CMYK 0.10 0.66 0 0.07
HSL 290.83º 0.82% 0.63% -
HSV(B) 290.83º 0.66% 0.93% -
XYZ 46.11 26.35 83.55 -
YUV 138.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 214 81 238 0.10 0.66 0 0.07 290.83 0.82 0.63
Hex D6 51 EE A 42 0 7 123 52 3F
Octal 326 121 356 12 102 0 7 443 122 77
Binary 11010110 1010001 11101110 1010 1000010 0 111 100100011 1010010 111111

Color Harmonies of #D651EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651EE

Black with #D651EE

Text Example


Text Example

White with #D651EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651EE; }

 p { color: rgb(214,81,238); }

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

background-color css

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

 a { background-color: rgb(214,81,238); }

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

border-color css

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

 span { border-color: rgb(214,81,238); }

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