Html Css Color HEX #D659D0 Free Speech Magenta

📋 copy color: '#D659D0'

red 214 ◦ green 89 ◦ blue 208

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

Shades of Free Speech Magenta #D659D0

Tints of Free Speech Magenta #D659D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 41.88%
G = 17.42%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D659D0 (or 0xD659D0) is known color: Free Speech Magenta. HEX triplet: D6, 59 and D0. RGB value is (214,89,208). Sum of RGB (Red+Green+Blue) = 214+89+208=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D659D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659D0 is #29A62F. Grayscale: #8B8B8B. Windows color (decimal): -2729520 or 13654486. OLE color: 13654486.

HSL color Cylindrical-coordinate representation of color #D659D0: hue angle of 302.88º 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 #D659D0 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 208 -
CMYK 0 0.58 0.03 0.16
HSL 302.88º 0.6% 0.59% -
HSV(B) 302.88º 0.58% 0.84% -
XYZ 42.69 25.99 62.44 -
YUV 139.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 214 89 208 0 0.58 0.03 0.16 302.88 0.6 0.59
Hex D6 59 D0 0 3A 3 10 12F 3C 3B
Octal 326 131 320 0 72 3 20 457 74 73
Binary 11010110 1011001 11010000 0 111010 11 10000 100101111 111100 111011

Color Harmonies of #D659D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659D0

Black with #D659D0

Text Example


Text Example

White with #D659D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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