Html Css Color HEX #D659E1 Free Speech Magenta

📋 copy color: '#D659E1'

red 214 ◦ green 89 ◦ blue 225

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

Shades of Free Speech Magenta #D659E1

Tints of Free Speech Magenta #D659E1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.86%

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 40.53%
G = 16.86%
B = 42.61%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D659E1 (or 0xD659E1) is known color: Free Speech Magenta. HEX triplet: D6, 59 and E1. RGB value is (214,89,225). Sum of RGB (Red+Green+Blue) = 214+89+225=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #D659E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659E1 is #29A61E. Grayscale: #8D8D8D. Windows color (decimal): -2729503 or 14768598. OLE color: 14768598.

HSL color Cylindrical-coordinate representation of color #D659E1: hue angle of 295.15º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D659E1 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 89 225 -
CMYK 0.05 0.60 0 0.12
HSL 295.15º 0.69% 0.62% -
HSV(B) 295.15º 0.6% 0.88% -
XYZ 44.89 26.88 74.06 -
YUV 141.88 174.91 179.44 -
System Red Green Blue C M Y K H S L
Decimal 214 89 225 0.05 0.60 0 0.12 295.15 0.69 0.62
Hex D6 59 E1 5 3C 0 C 127 45 3E
Octal 326 131 341 5 74 0 14 447 105 76
Binary 11010110 1011001 11100001 101 111100 0 1100 100100111 1000101 111110

Color Harmonies of #D659E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659E1

Black with #D659E1

Text Example


Text Example

White with #D659E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659E1; }

 p { color: rgb(214,89,225); }

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

background-color css

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

 a { background-color: rgb(214,89,225); }

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

border-color css

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

 span { border-color: rgb(214,89,225); }

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