Html Css Color HEX #D93DFB Free Speech Magenta

📋 copy color: '#D93DFB'

red 217 ◦ green 61 ◦ blue 251

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

Shades of Free Speech Magenta #D93DFB

Tints of Free Speech Magenta #D93DFB

RGB

 RED value IS 217 (85.16% from 255) = 41.02%

 GREEN value IS 61 (24.22% from 255) = 11.53%

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 41.02%
G = 11.53%
B = 47.45%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D93DFB (or 0xD93DFB) is known color: Free Speech Magenta. HEX triplet: D9, 3D and FB. RGB value is (217,61,251). Sum of RGB (Red+Green+Blue) = 217+61+251=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 61 (24.22% from 255 or 11.53% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #D93DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93DFB is #26C204. Grayscale: #808080. Windows color (decimal): -2540037 or 16465369. OLE color: 16465369.

HSL color Cylindrical-coordinate representation of color #D93DFB: hue angle of 289.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93DFB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 61 251 -
CMYK 0.14 0.76 0 0.02
HSL 289.26º 0.96% 0.61% -
HSV(B) 289.26º 0.76% 0.98% -
XYZ 47.7 25.05 93.59 -
YUV 129.3 196.68 190.55 -
System Red Green Blue C M Y K H S L
Decimal 217 61 251 0.14 0.76 0 0.02 289.26 0.96 0.61
Hex D9 3D FB E 4C 0 2 121 60 3D
Octal 331 75 373 16 114 0 2 441 140 75
Binary 11011001 111101 11111011 1110 1001100 0 10 100100001 1100000 111101

Color Harmonies of #D93DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DFB

Black with #D93DFB

Text Example


Text Example

White with #D93DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DFB; }

 p { color: rgb(217,61,251); }

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

background-color css

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

 a { background-color: rgb(217,61,251); }

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

border-color css

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

 span { border-color: rgb(217,61,251); }

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