Html Css Color HEX #DF5BEB Free Speech Magenta

📋 copy color: '#DF5BEB'

red 223 ◦ green 91 ◦ blue 235

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

Shades of Free Speech Magenta #DF5BEB

Tints of Free Speech Magenta #DF5BEB

RGB

 RED value IS 223 (87.5% from 255) = 40.62%

 GREEN value IS 91 (35.94% from 255) = 16.58%

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 40.62%
G = 16.58%
B = 42.81%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF5BEB (or 0xDF5BEB) is known color: Free Speech Magenta. HEX triplet: DF, 5B and EB. RGB value is (223,91,235). Sum of RGB (Red+Green+Blue) = 223+91+235=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5BEB is #20A414. Grayscale: #929292. Windows color (decimal): -2139157 or 15424479. OLE color: 15424479.

HSL color Cylindrical-coordinate representation of color #DF5BEB: hue angle of 295º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5BEB is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 91 235 -
CMYK 0.05 0.61 0 0.08
HSL 295º 0.78% 0.64% -
HSV(B) 295º 0.61% 0.92% -
XYZ 49.17 29.17 81.64 -
YUV 146.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 223 91 235 0.05 0.61 0 0.08 295 0.78 0.64
Hex DF 5B EB 5 3D 0 8 127 4E 40
Octal 337 133 353 5 75 0 10 447 116 100
Binary 11011111 1011011 11101011 101 111101 0 1000 100100111 1001110 1000000

Color Harmonies of #DF5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5BEB

Black with #DF5BEB

Text Example


Text Example

White with #DF5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5BEB; }

 p { color: rgb(223,91,235); }

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

background-color css

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

 a { background-color: rgb(223,91,235); }

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

border-color css

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

 span { border-color: rgb(223,91,235); }

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