Html Css Color HEX #DF4EBE Free Speech Magenta

📋 copy color: '#DF4EBE'

red 223 ◦ green 78 ◦ blue 190

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

Shades of Free Speech Magenta #DF4EBE

Tints of Free Speech Magenta #DF4EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.89%

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 45.42%
G = 15.89%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF4EBE (or 0xDF4EBE) is known color: Free Speech Magenta. HEX triplet: DF, 4E and BE. RGB value is (223,78,190). Sum of RGB (Red+Green+Blue) = 223+78+190=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4EBE is #20B141. Grayscale: #858585. Windows color (decimal): -2142530 or 12472031. OLE color: 12472031.

HSL color Cylindrical-coordinate representation of color #DF4EBE: hue angle of 313.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4EBE is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 78 190 -
CMYK 0 0.65 0.15 0.13
HSL 313.66º 0.69% 0.59% -
HSV(B) 313.66º 0.65% 0.87% -
XYZ 42.45 24.85 51.28 -
YUV 134.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 223 78 190 0 0.65 0.15 0.13 313.66 0.69 0.59
Hex DF 4E BE 0 41 F D 13A 45 3B
Octal 337 116 276 0 101 17 15 472 105 73
Binary 11011111 1001110 10111110 0 1000001 1111 1101 100111010 1000101 111011

Color Harmonies of #DF4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4EBE

Black with #DF4EBE

Text Example


Text Example

White with #DF4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4EBE; }

 p { color: rgb(223,78,190); }

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

background-color css

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

 a { background-color: rgb(223,78,190); }

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

border-color css

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

 span { border-color: rgb(223,78,190); }

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