#D633F1

Color #D633F1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D633F1

Tints of Free Speech Magenta #D633F1

Color information

#D633F1 (or 0xD633F1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 33 and F1. RGB value is (214,51,241). Sum of RGB (Red+Green+Blue) = 214+51+241=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 51 (20.31% from 255 or 10.08% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #D633F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D633F1 is #29CC0E. Grayscale: #787878. Windows color (decimal): -2739215 or 15807446. OLE color: 15807446.

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

Color convert

RGB21451241-
CMYK0.110.7900.05
HSL291.47º87.16%57.25%-
HSV(B)291.47º78.84%94.51%-
XYZ44.7923.0185.3-
YUV121.4195.5194.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 51 (20.31% from 255) = 10.08%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=42.29%
G=10.08%
B=47.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214512410.110.7900.05291.4787.1657.25
HexD633F1B4F051235739
Octal32663361131170544312771
Binary11010110110011111100011011100111101011001000111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D633F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D633F1; }

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

 H1.HeaderClassName
 {
   color: #D633F1;
 }
 .AnyTagClassName
 {
   color: #D633F1;
 }
</style>
background-color css

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

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

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

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

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

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