Html Css Color HEX #D737DF Free Speech Magenta

📋 copy color: '#D737DF'

red 215 ◦ green 55 ◦ blue 223

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

Shades of Free Speech Magenta #D737DF

Tints of Free Speech Magenta #D737DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.16%

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

R = 43.61%
G = 11.16%
B = 45.23%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D737DF (or 0xD737DF) is known color: Free Speech Magenta. HEX triplet: D7, 37 and DF. RGB value is (215,55,223). Sum of RGB (Red+Green+Blue) = 215+55+223=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #D737DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D737DF is #28C820. Grayscale: #797979. Windows color (decimal): -2672673 or 14628823. OLE color: 14628823.

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

Color convert

RGB 215 55 223 -
CMYK 0.04 0.75 0 0.13
HSL 297.14º 0.72% 0.55% -
HSV(B) 297.14º 0.75% 0.87% -
XYZ 42.71 22.51 71.91 -
YUV 121.99 185.01 194.34 -
System Red Green Blue C M Y K H S L
Decimal 215 55 223 0.04 0.75 0 0.13 297.14 0.72 0.55
Hex D7 37 DF 4 4B 0 D 129 48 37
Octal 327 67 337 4 113 0 15 451 110 67
Binary 11010111 110111 11011111 100 1001011 0 1101 100101001 1001000 110111

Color Harmonies of #D737DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D737DF

Black with #D737DF

Text Example


Text Example

White with #D737DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D737DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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