Html Css Color HEX #D659C9 Free Speech Magenta

📋 copy color: '#D659C9'

red 214 ◦ green 89 ◦ blue 201

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

Shades of Free Speech Magenta #D659C9

Tints of Free Speech Magenta #D659C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.88%

R = 42.46%
G = 17.66%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D659C9 (or 0xD659C9) is known color: Free Speech Magenta. HEX triplet: D6, 59 and C9. RGB value is (214,89,201). Sum of RGB (Red+Green+Blue) = 214+89+201=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D659C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659C9 is #29A636. Grayscale: #8A8A8A. Windows color (decimal): -2729527 or 13195734. OLE color: 13195734.

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

Color convert

RGB 214 89 201 -
CMYK 0 0.58 0.06 0.16
HSL 306.24º 0.6% 0.59% -
HSV(B) 306.24º 0.58% 0.84% -
XYZ 41.85 25.66 58.01 -
YUV 139.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 214 89 201 0 0.58 0.06 0.16 306.24 0.6 0.59
Hex D6 59 C9 0 3A 6 10 132 3C 3B
Octal 326 131 311 0 72 6 20 462 74 73
Binary 11010110 1011001 11001001 0 111010 110 10000 100110010 111100 111011

Color Harmonies of #D659C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659C9

Black with #D659C9

Text Example


Text Example

White with #D659C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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