Html Css Color HEX #D654C7 Free Speech Magenta

📋 copy color: '#D654C7'

red 214 ◦ green 84 ◦ blue 199

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

Shades of Free Speech Magenta #D654C7

Tints of Free Speech Magenta #D654C7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

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

R = 43.06%
G = 16.9%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D654C7 (or 0xD654C7) is known color: Free Speech Magenta. HEX triplet: D6, 54 and C7. RGB value is (214,84,199). Sum of RGB (Red+Green+Blue) = 214+84+199=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D654C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654C7 is #29AB38. Grayscale: #878787. Windows color (decimal): -2730809 or 13063382. OLE color: 13063382.

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

Color convert

RGB 214 84 199 -
CMYK 0 0.61 0.07 0.16
HSL 306.92º 0.61% 0.58% -
HSV(B) 306.92º 0.61% 0.84% -
XYZ 41.21 24.76 56.64 -
YUV 135.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 214 84 199 0 0.61 0.07 0.16 306.92 0.61 0.58
Hex D6 54 C7 0 3D 7 10 133 3D 3A
Octal 326 124 307 0 75 7 20 463 75 72
Binary 11010110 1010100 11000111 0 111101 111 10000 100110011 111101 111010

Color Harmonies of #D654C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D654C7

Black with #D654C7

Text Example


Text Example

White with #D654C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D654C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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