Html Css Color HEX #D659DF Free Speech Magenta

📋 copy color: '#D659DF'

red 214 ◦ green 89 ◦ blue 223

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

Shades of Free Speech Magenta #D659DF

Tints of Free Speech Magenta #D659DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 40.68%
G = 16.92%
B = 42.4%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D659DF (or 0xD659DF) is known color: Free Speech Magenta. HEX triplet: D6, 59 and DF. RGB value is (214,89,223). Sum of RGB (Red+Green+Blue) = 214+89+223=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #D659DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659DF is #29A620. Grayscale: #8D8D8D. Windows color (decimal): -2729505 or 14637526. OLE color: 14637526.

HSL color Cylindrical-coordinate representation of color #D659DF: hue angle of 295.97º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D659DF is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 89 223 -
CMYK 0.04 0.60 0 0.13
HSL 295.97º 0.68% 0.61% -
HSV(B) 295.97º 0.6% 0.87% -
XYZ 44.62 26.77 72.63 -
YUV 141.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 214 89 223 0.04 0.60 0 0.13 295.97 0.68 0.61
Hex D6 59 DF 4 3C 0 D 128 44 3D
Octal 326 131 337 4 74 0 15 450 104 75
Binary 11010110 1011001 11011111 100 111100 0 1101 100101000 1000100 111101

Color Harmonies of #D659DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659DF

Black with #D659DF

Text Example


Text Example

White with #D659DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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