Html Css Color HEX #D747DF Free Speech Magenta

📋 copy color: '#D747DF'

red 215 ◦ green 71 ◦ blue 223

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

Shades of Free Speech Magenta #D747DF

Tints of Free Speech Magenta #D747DF

RGB

 RED value IS 215 (84.38% from 255) = 42.24%

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

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

R = 42.24%
G = 13.95%
B = 43.81%

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

#D747DF (or 0xD747DF) is known color: Free Speech Magenta. HEX triplet: D7, 47 and DF. RGB value is (215,71,223). Sum of RGB (Red+Green+Blue) = 215+71+223=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #D747DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D747DF is #28B820. Grayscale: #828282. Windows color (decimal): -2668577 or 14632919. OLE color: 14632919.

HSL color Cylindrical-coordinate representation of color #D747DF: hue angle of 296.84º 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 #D747DF is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 71 223 -
CMYK 0.04 0.68 0 0.13
HSL 296.84º 0.7% 0.58% -
HSV(B) 296.84º 0.68% 0.87% -
XYZ 43.6 24.28 72.2 -
YUV 131.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 215 71 223 0.04 0.68 0 0.13 296.84 0.7 0.58
Hex D7 47 DF 4 44 0 D 129 46 3A
Octal 327 107 337 4 104 0 15 451 106 72
Binary 11010111 1000111 11011111 100 1000100 0 1101 100101001 1000110 111010

Color Harmonies of #D747DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D747DF

Black with #D747DF

Text Example


Text Example

White with #D747DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D747DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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