Html Css Color HEX #D739DF Free Speech Magenta

📋 copy color: '#D739DF'

red 215 ◦ green 57 ◦ blue 223

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

Shades of Free Speech Magenta #D739DF

Tints of Free Speech Magenta #D739DF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.52%

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

R = 43.43%
G = 11.52%
B = 45.05%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D739DF (or 0xD739DF) is known color: Free Speech Magenta. HEX triplet: D7, 39 and DF. RGB value is (215,57,223). Sum of RGB (Red+Green+Blue) = 215+57+223=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 57 (22.66% from 255 or 11.52% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #D739DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739DF is #28C620. Grayscale: #7A7A7A. Windows color (decimal): -2672161 or 14629335. OLE color: 14629335.

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

Color convert

RGB 215 57 223 -
CMYK 0.04 0.74 0 0.13
HSL 297.11º 0.72% 0.55% -
HSV(B) 297.11º 0.74% 0.87% -
XYZ 42.81 22.7 71.94 -
YUV 123.17 184.35 193.5 -
System Red Green Blue C M Y K H S L
Decimal 215 57 223 0.04 0.74 0 0.13 297.11 0.72 0.55
Hex D7 39 DF 4 4A 0 D 129 48 37
Octal 327 71 337 4 112 0 15 451 110 67
Binary 11010111 111001 11011111 100 1001010 0 1101 100101001 1001000 110111

Color Harmonies of #D739DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D739DF

Black with #D739DF

Text Example


Text Example

White with #D739DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D739DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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