Html Css Color HEX #DF4EBB Free Speech Magenta

📋 copy color: '#DF4EBB'

red 223 ◦ green 78 ◦ blue 187

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

Shades of Free Speech Magenta #DF4EBB

Tints of Free Speech Magenta #DF4EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 45.7%
G = 15.98%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF4EBB (or 0xDF4EBB) is known color: Free Speech Magenta. HEX triplet: DF, 4E and BB. RGB value is (223,78,187). Sum of RGB (Red+Green+Blue) = 223+78+187=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4EBB is #20B144. Grayscale: #858585. Windows color (decimal): -2142533 or 12275423. OLE color: 12275423.

HSL color Cylindrical-coordinate representation of color #DF4EBB: hue angle of 314.9º 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 #DF4EBB is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 78 187 -
CMYK 0 0.65 0.16 0.13
HSL 314.9º 0.69% 0.59% -
HSV(B) 314.9º 0.65% 0.87% -
XYZ 42.13 24.72 49.57 -
YUV 133.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 223 78 187 0 0.65 0.16 0.13 314.9 0.69 0.59
Hex DF 4E BB 0 41 10 D 13B 45 3B
Octal 337 116 273 0 101 20 15 473 105 73
Binary 11011111 1001110 10111011 0 1000001 10000 1101 100111011 1000101 111011

Color Harmonies of #DF4EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4EBB

Black with #DF4EBB

Text Example


Text Example

White with #DF4EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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