Html Css Color HEX #D651E4 Free Speech Magenta

📋 copy color: '#D651E4'

red 214 ◦ green 81 ◦ blue 228

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

Shades of Free Speech Magenta #D651E4

Tints of Free Speech Magenta #D651E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.59%

R = 40.92%
G = 15.49%
B = 43.59%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D651E4 (or 0xD651E4) is known color: Free Speech Magenta. HEX triplet: D6, 51 and E4. RGB value is (214,81,228). Sum of RGB (Red+Green+Blue) = 214+81+228=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #D651E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651E4 is #29AE1B. Grayscale: #898989. Windows color (decimal): -2731548 or 14963158. OLE color: 14963158.

HSL color Cylindrical-coordinate representation of color #D651E4: hue angle of 294.29º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D651E4 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 81 228 -
CMYK 0.06 0.64 0 0.11
HSL 294.29º 0.73% 0.61% -
HSV(B) 294.29º 0.64% 0.89% -
XYZ 44.68 25.78 76.02 -
YUV 137.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 214 81 228 0.06 0.64 0 0.11 294.29 0.73 0.61
Hex D6 51 E4 6 40 0 B 126 49 3D
Octal 326 121 344 6 100 0 13 446 111 75
Binary 11010110 1010001 11100100 110 1000000 0 1011 100100110 1001001 111101

Color Harmonies of #D651E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651E4

Black with #D651E4

Text Example


Text Example

White with #D651E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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