Html Css Color HEX #D647DF Free Speech Magenta

📋 copy color: '#D647DF'

red 214 ◦ green 71 ◦ blue 223

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

Shades of Free Speech Magenta #D647DF

Tints of Free Speech Magenta #D647DF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.98%

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

R = 42.13%
G = 13.98%
B = 43.9%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D647DF (or 0xD647DF) is known color: Free Speech Magenta. HEX triplet: D6, 47 and DF. RGB value is (214,71,223). Sum of RGB (Red+Green+Blue) = 214+71+223=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #D647DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647DF is #29B820. Grayscale: #828282. Windows color (decimal): -2734113 or 14632918. OLE color: 14632918.

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

Color convert

RGB 214 71 223 -
CMYK 0.04 0.68 0 0.13
HSL 296.45º 0.7% 0.58% -
HSV(B) 296.45º 0.68% 0.87% -
XYZ 43.3 24.13 72.19 -
YUV 131.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 214 71 223 0.04 0.68 0 0.13 296.45 0.7 0.58
Hex D6 47 DF 4 44 0 D 128 46 3A
Octal 326 107 337 4 104 0 15 450 106 72
Binary 11010110 1000111 11011111 100 1000100 0 1101 100101000 1000110 111010

Color Harmonies of #D647DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D647DF

Black with #D647DF

Text Example


Text Example

White with #D647DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D647DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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