Html Css Color HEX #D637F1 Free Speech Magenta

📋 copy color: '#D637F1'

red 214 ◦ green 55 ◦ blue 241

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

Shades of Free Speech Magenta #D637F1

Tints of Free Speech Magenta #D637F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.25%

R = 41.96%
G = 10.78%
B = 47.25%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D637F1 (or 0xD637F1) is known color: Free Speech Magenta. HEX triplet: D6, 37 and F1. RGB value is (214,55,241). Sum of RGB (Red+Green+Blue) = 214+55+241=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #D637F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D637F1 is #29C80E. Grayscale: #7B7B7B. Windows color (decimal): -2738191 or 15808470. OLE color: 15808470.

HSL color Cylindrical-coordinate representation of color #D637F1: hue angle of 291.29º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D637F1 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 55 241 -
CMYK 0.11 0.77 0 0.05
HSL 291.29º 0.87% 0.58% -
HSV(B) 291.29º 0.77% 0.95% -
XYZ 44.97 23.38 85.36 -
YUV 123.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 214 55 241 0.11 0.77 0 0.05 291.29 0.87 0.58
Hex D6 37 F1 B 4D 0 5 123 57 3A
Octal 326 67 361 13 115 0 5 443 127 72
Binary 11010110 110111 11110001 1011 1001101 0 101 100100011 1010111 111010

Color Harmonies of #D637F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D637F1

Black with #D637F1

Text Example


Text Example

White with #D637F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D637F1; }

 p { color: rgb(214,55,241); }

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

background-color css

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

 a { background-color: rgb(214,55,241); }

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

border-color css

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

 span { border-color: rgb(214,55,241); }

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