Html Css Color HEX #D651EC Free Speech Magenta

📋 copy color: '#D651EC'

red 214 ◦ green 81 ◦ blue 236

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

Shades of Free Speech Magenta #D651EC

Tints of Free Speech Magenta #D651EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 40.3%
G = 15.25%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D651EC (or 0xD651EC) is known color: Free Speech Magenta. HEX triplet: D6, 51 and EC. RGB value is (214,81,236). Sum of RGB (Red+Green+Blue) = 214+81+236=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #D651EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D651EC is #29AE13. Grayscale: #898989. Windows color (decimal): -2731540 or 15487446. OLE color: 15487446.

HSL color Cylindrical-coordinate representation of color #D651EC: hue angle of 291.48º degrees, saturation: 0.8, 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 #D651EC is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 81 236 -
CMYK 0.09 0.66 0 0.07
HSL 291.48º 0.8% 0.62% -
HSV(B) 291.48º 0.66% 0.93% -
XYZ 45.81 26.24 82.01 -
YUV 138.44 183.06 181.9 -
System Red Green Blue C M Y K H S L
Decimal 214 81 236 0.09 0.66 0 0.07 291.48 0.8 0.62
Hex D6 51 EC 9 42 0 7 123 50 3E
Octal 326 121 354 11 102 0 7 443 120 76
Binary 11010110 1010001 11101100 1001 1000010 0 111 100100011 1010000 111110

Color Harmonies of #D651EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651EC

Black with #D651EC

Text Example


Text Example

White with #D651EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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