Html Css Color HEX #D654D8 Free Speech Magenta

📋 copy color: '#D654D8'

red 214 ◦ green 84 ◦ blue 216

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

Shades of Free Speech Magenta #D654D8

Tints of Free Speech Magenta #D654D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.02%

R = 41.63%
G = 16.34%
B = 42.02%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D654D8 (or 0xD654D8) is known color: Free Speech Magenta. HEX triplet: D6, 54 and D8. RGB value is (214,84,216). Sum of RGB (Red+Green+Blue) = 214+84+216=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #D654D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654D8 is #29AB27. Grayscale: #898989. Windows color (decimal): -2730792 or 14177494. OLE color: 14177494.

HSL color Cylindrical-coordinate representation of color #D654D8: hue angle of 299.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D654D8 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 84 216 -
CMYK 0.01 0.61 0 0.15
HSL 299.09º 0.63% 0.59% -
HSV(B) 299.09º 0.61% 0.85% -
XYZ 43.3 25.59 67.62 -
YUV 137.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 214 84 216 0.01 0.61 0 0.15 299.09 0.63 0.59
Hex D6 54 D8 1 3D 0 F 12B 3F 3B
Octal 326 124 330 1 75 0 17 453 77 73
Binary 11010110 1010100 11011000 1 111101 0 1111 100101011 111111 111011

Color Harmonies of #D654D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D654D8

Black with #D654D8

Text Example


Text Example

White with #D654D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D654D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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