Html Css Color HEX #D741DF Free Speech Magenta

📋 copy color: '#D741DF'

red 215 ◦ green 65 ◦ blue 223

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

Shades of Free Speech Magenta #D741DF

Tints of Free Speech Magenta #D741DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.92%

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

R = 42.74%
G = 12.92%
B = 44.33%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D741DF (or 0xD741DF) is known color: Free Speech Magenta. HEX triplet: D7, 41 and DF. RGB value is (215,65,223). Sum of RGB (Red+Green+Blue) = 215+65+223=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #D741DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741DF is #28BE20. Grayscale: #7F7F7F. Windows color (decimal): -2670113 or 14631383. OLE color: 14631383.

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

Color convert

RGB 215 65 223 -
CMYK 0.04 0.71 0 0.13
HSL 296.96º 0.71% 0.56% -
HSV(B) 296.96º 0.71% 0.87% -
XYZ 43.23 23.56 72.08 -
YUV 127.86 181.7 190.15 -
System Red Green Blue C M Y K H S L
Decimal 215 65 223 0.04 0.71 0 0.13 296.96 0.71 0.56
Hex D7 41 DF 4 47 0 D 129 47 38
Octal 327 101 337 4 107 0 15 451 107 70
Binary 11010111 1000001 11011111 100 1000111 0 1101 100101001 1000111 111000

Color Harmonies of #D741DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741DF

Black with #D741DF

Text Example


Text Example

White with #D741DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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