Html Css Color HEX #D93FFA Free Speech Magenta

📋 copy color: '#D93FFA'

red 217 ◦ green 63 ◦ blue 250

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

Shades of Free Speech Magenta #D93FFA

Tints of Free Speech Magenta #D93FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 40.94%
G = 11.89%
B = 47.17%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D93FFA (or 0xD93FFA) is known color: Free Speech Magenta. HEX triplet: D9, 3F and FA. RGB value is (217,63,250). Sum of RGB (Red+Green+Blue) = 217+63+250=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #D93FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93FFA is #26C005. Grayscale: #818181. Windows color (decimal): -2539526 or 16400345. OLE color: 16400345.

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

Color convert

RGB 217 63 250 -
CMYK 0.13 0.75 0 0.02
HSL 289.41º 0.95% 0.61% -
HSV(B) 289.41º 0.75% 0.98% -
XYZ 47.65 25.21 92.8 -
YUV 130.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 217 63 250 0.13 0.75 0 0.02 289.41 0.95 0.61
Hex D9 3F FA D 4B 0 2 121 5F 3D
Octal 331 77 372 15 113 0 2 441 137 75
Binary 11011001 111111 11111010 1101 1001011 0 10 100100001 1011111 111101

Color Harmonies of #D93FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93FFA

Black with #D93FFA

Text Example


Text Example

White with #D93FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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