Html Css Color HEX #DF4BE1 Free Speech Magenta

📋 copy color: '#DF4BE1'

red 223 ◦ green 75 ◦ blue 225

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

Shades of Free Speech Magenta #DF4BE1

Tints of Free Speech Magenta #DF4BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.02%

R = 42.64%
G = 14.34%
B = 43.02%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF4BE1 (or 0xDF4BE1) is known color: Free Speech Magenta. HEX triplet: DF, 4B and E1. RGB value is (223,75,225). Sum of RGB (Red+Green+Blue) = 223+75+225=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF4BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BE1 is #20B41E. Grayscale: #878787. Windows color (decimal): -2143263 or 14765023. OLE color: 14765023.

HSL color Cylindrical-coordinate representation of color #DF4BE1: hue angle of 299.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4BE1 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 75 225 -
CMYK 0.01 0.67 0 0.12
HSL 299.2º 0.71% 0.59% -
HSV(B) 299.2º 0.67% 0.88% -
XYZ 46.54 26.16 73.83 -
YUV 136.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 223 75 225 0.01 0.67 0 0.12 299.2 0.71 0.59
Hex DF 4B E1 1 43 0 C 12B 47 3B
Octal 337 113 341 1 103 0 14 453 107 73
Binary 11011111 1001011 11100001 1 1000011 0 1100 100101011 1000111 111011

Color Harmonies of #DF4BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4BE1

Black with #DF4BE1

Text Example


Text Example

White with #DF4BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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