Html Css Color HEX #D659DD Free Speech Magenta

📋 copy color: '#D659DD'

red 214 ◦ green 89 ◦ blue 221

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

Shades of Free Speech Magenta #D659DD

Tints of Free Speech Magenta #D659DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 40.84%
G = 16.98%
B = 42.18%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D659DD (or 0xD659DD) is known color: Free Speech Magenta. HEX triplet: D6, 59 and DD. RGB value is (214,89,221). Sum of RGB (Red+Green+Blue) = 214+89+221=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #D659DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659DD is #29A622. Grayscale: #8D8D8D. Windows color (decimal): -2729507 or 14506454. OLE color: 14506454.

HSL color Cylindrical-coordinate representation of color #D659DD: hue angle of 296.82º degrees, saturation: 0.66, 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 #D659DD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 89 221 -
CMYK 0.03 0.60 0 0.13
HSL 296.82º 0.66% 0.61% -
HSV(B) 296.82º 0.6% 0.87% -
XYZ 44.36 26.66 71.22 -
YUV 141.42 172.91 179.77 -
System Red Green Blue C M Y K H S L
Decimal 214 89 221 0.03 0.60 0 0.13 296.82 0.66 0.61
Hex D6 59 DD 3 3C 0 D 129 42 3D
Octal 326 131 335 3 74 0 15 451 102 75
Binary 11010110 1011001 11011101 11 111100 0 1101 100101001 1000010 111101

Color Harmonies of #D659DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659DD

Black with #D659DD

Text Example


Text Example

White with #D659DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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