Html Css Color HEX #D93FFB Free Speech Magenta

📋 copy color: '#D93FFB'

red 217 ◦ green 63 ◦ blue 251

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

Shades of Free Speech Magenta #D93FFB

Tints of Free Speech Magenta #D93FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 11.86%

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

R = 40.87%
G = 11.86%
B = 47.27%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D93FFB (or 0xD93FFB) is known color: Free Speech Magenta. HEX triplet: D9, 3F and FB. RGB value is (217,63,251). Sum of RGB (Red+Green+Blue) = 217+63+251=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 63 (25% from 255 or 11.86% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #D93FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93FFB is #26C004. Grayscale: #818181. Windows color (decimal): -2539525 or 16465881. OLE color: 16465881.

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

Color convert

RGB 217 63 251 -
CMYK 0.14 0.75 0 0.02
HSL 289.15º 0.96% 0.62% -
HSV(B) 289.15º 0.75% 0.98% -
XYZ 47.81 25.27 93.63 -
YUV 130.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 217 63 251 0.14 0.75 0 0.02 289.15 0.96 0.62
Hex D9 3F FB E 4B 0 2 121 60 3E
Octal 331 77 373 16 113 0 2 441 140 76
Binary 11011001 111111 11111011 1110 1001011 0 10 100100001 1100000 111110

Color Harmonies of #D93FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93FFB

Black with #D93FFB

Text Example


Text Example

White with #D93FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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