Html Css Color HEX #D651EF Free Speech Magenta

📋 copy color: '#D651EF'

red 214 ◦ green 81 ◦ blue 239

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

Shades of Free Speech Magenta #D651EF

Tints of Free Speech Magenta #D651EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 40.07%
G = 15.17%
B = 44.76%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D651EF (or 0xD651EF) is known color: Free Speech Magenta. HEX triplet: D6, 51 and EF. RGB value is (214,81,239). Sum of RGB (Red+Green+Blue) = 214+81+239=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #D651EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D651EF is #29AE10. Grayscale: #8A8A8A. Windows color (decimal): -2731537 or 15684054. OLE color: 15684054.

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

Color convert

RGB 214 81 239 -
CMYK 0.10 0.66 0 0.06
HSL 290.51º 0.83% 0.63% -
HSV(B) 290.51º 0.66% 0.94% -
XYZ 46.25 26.41 84.32 -
YUV 138.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 214 81 239 0.10 0.66 0 0.06 290.51 0.83 0.63
Hex D6 51 EF A 42 0 6 123 53 3F
Octal 326 121 357 12 102 0 6 443 123 77
Binary 11010110 1010001 11101111 1010 1000010 0 110 100100011 1010011 111111

Color Harmonies of #D651EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651EF

Black with #D651EF

Text Example


Text Example

White with #D651EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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