Html Css Color HEX #D659D7 Free Speech Magenta

📋 copy color: '#D659D7'

red 214 ◦ green 89 ◦ blue 215

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

Shades of Free Speech Magenta #D659D7

Tints of Free Speech Magenta #D659D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.51%

R = 41.31%
G = 17.18%
B = 41.51%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D659D7 (or 0xD659D7) is known color: Free Speech Magenta. HEX triplet: D6, 59 and D7. RGB value is (214,89,215). Sum of RGB (Red+Green+Blue) = 214+89+215=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #D659D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659D7 is #29A628. Grayscale: #8C8C8C. Windows color (decimal): -2729513 or 14113238. OLE color: 14113238.

HSL color Cylindrical-coordinate representation of color #D659D7: hue angle of 299.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D659D7 is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 215 -
CMYK 0.00 0.59 0 0.16
HSL 299.52º 0.61% 0.6% -
HSV(B) 299.52º 0.59% 0.84% -
XYZ 43.57 26.35 67.08 -
YUV 140.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 214 89 215 0.00 0.59 0 0.16 299.52 0.61 0.6
Hex D6 59 D7 0 3B 0 10 12C 3D 3C
Octal 326 131 327 0 73 0 20 454 75 74
Binary 11010110 1011001 11010111 0 111011 0 10000 100101100 111101 111100

Color Harmonies of #D659D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659D7

Black with #D659D7

Text Example


Text Example

White with #D659D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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