Html Css Color HEX #D93EFB Free Speech Magenta

📋 copy color: '#D93EFB'

red 217 ◦ green 62 ◦ blue 251

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

Shades of Free Speech Magenta #D93EFB

Tints of Free Speech Magenta #D93EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.7%

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

R = 40.94%
G = 11.7%
B = 47.36%

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

#D93EFB (or 0xD93EFB) is known color: Free Speech Magenta. HEX triplet: D9, 3E and FB. RGB value is (217,62,251). Sum of RGB (Red+Green+Blue) = 217+62+251=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 62 (24.61% from 255 or 11.70% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #D93EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93EFB is #26C104. Grayscale: #818181. Windows color (decimal): -2539781 or 16465625. OLE color: 16465625.

HSL color Cylindrical-coordinate representation of color #D93EFB: hue angle of 289.21º degrees, saturation: 0.96, 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 #D93EFB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 62 251 -
CMYK 0.14 0.75 0 0.02
HSL 289.21º 0.96% 0.61% -
HSV(B) 289.21º 0.75% 0.98% -
XYZ 47.75 25.16 93.61 -
YUV 129.89 196.35 190.13 -
System Red Green Blue C M Y K H S L
Decimal 217 62 251 0.14 0.75 0 0.02 289.21 0.96 0.61
Hex D9 3E FB E 4B 0 2 121 60 3D
Octal 331 76 373 16 113 0 2 441 140 75
Binary 11011001 111110 11111011 1110 1001011 0 10 100100001 1100000 111101

Color Harmonies of #D93EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93EFB

Black with #D93EFB

Text Example


Text Example

White with #D93EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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