Html Css Color HEX #DF4BEB Free Speech Magenta

📋 copy color: '#DF4BEB'

red 223 ◦ green 75 ◦ blue 235

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

Shades of Free Speech Magenta #DF4BEB

Tints of Free Speech Magenta #DF4BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.07%

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

R = 41.84%
G = 14.07%
B = 44.09%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF4BEB (or 0xDF4BEB) is known color: Free Speech Magenta. HEX triplet: DF, 4B and EB. RGB value is (223,75,235). Sum of RGB (Red+Green+Blue) = 223+75+235=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4BEB is #20B414. Grayscale: #898989. Windows color (decimal): -2143253 or 15420383. OLE color: 15420383.

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

Color convert

RGB 223 75 235 -
CMYK 0.05 0.68 0 0.08
HSL 295.5º 0.8% 0.61% -
HSV(B) 295.5º 0.68% 0.92% -
XYZ 47.94 26.72 81.23 -
YUV 137.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 223 75 235 0.05 0.68 0 0.08 295.5 0.8 0.61
Hex DF 4B EB 5 44 0 8 128 50 3D
Octal 337 113 353 5 104 0 10 450 120 75
Binary 11011111 1001011 11101011 101 1000100 0 1000 100101000 1010000 111101

Color Harmonies of #DF4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4BEB

Black with #DF4BEB

Text Example


Text Example

White with #DF4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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