Html Css Color HEX #D661C7 Free Speech Magenta

📋 copy color: '#D661C7'

red 214 ◦ green 97 ◦ blue 199

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

Shades of Free Speech Magenta #D661C7

Tints of Free Speech Magenta #D661C7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.02%

 BLUE value IS 199 (78.13% from 255) = 39.02%

R = 41.96%
G = 19.02%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D661C7 (or 0xD661C7) is known color: Free Speech Magenta. HEX triplet: D6, 61 and C7. RGB value is (214,97,199). Sum of RGB (Red+Green+Blue) = 214+97+199=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D661C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661C7 is #299E38. Grayscale: #8F8F8F. Windows color (decimal): -2727481 or 13066710. OLE color: 13066710.

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

Color convert

RGB 214 97 199 -
CMYK 0 0.55 0.07 0.16
HSL 307.69º 0.59% 0.61% -
HSV(B) 307.69º 0.55% 0.84% -
XYZ 42.32 26.97 57.01 -
YUV 143.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 214 97 199 0 0.55 0.07 0.16 307.69 0.59 0.61
Hex D6 61 C7 0 37 7 10 134 3B 3D
Octal 326 141 307 0 67 7 20 464 73 75
Binary 11010110 1100001 11000111 0 110111 111 10000 100110100 111011 111101

Color Harmonies of #D661C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661C7

Black with #D661C7

Text Example


Text Example

White with #D661C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661C7; }

 p { color: rgb(214,97,199); }

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

background-color css

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

 a { background-color: rgb(214,97,199); }

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

border-color css

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

 span { border-color: rgb(214,97,199); }

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