Html Css Color HEX #DF4DBB Free Speech Magenta

📋 copy color: '#DF4DBB'

red 223 ◦ green 77 ◦ blue 187

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

Shades of Free Speech Magenta #DF4DBB

Tints of Free Speech Magenta #DF4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.81%

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

R = 45.79%
G = 15.81%
B = 38.4%

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

#DF4DBB (or 0xDF4DBB) is known color: Free Speech Magenta. HEX triplet: DF, 4D and BB. RGB value is (223,77,187). Sum of RGB (Red+Green+Blue) = 223+77+187=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DBB is #20B244. Grayscale: #848484. Windows color (decimal): -2142789 or 12275167. OLE color: 12275167.

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

Color convert

RGB 223 77 187 -
CMYK 0 0.65 0.16 0.13
HSL 314.79º 0.7% 0.59% -
HSV(B) 314.79º 0.65% 0.87% -
XYZ 42.05 24.58 49.54 -
YUV 133.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 223 77 187 0 0.65 0.16 0.13 314.79 0.7 0.59
Hex DF 4D BB 0 41 10 D 13B 46 3B
Octal 337 115 273 0 101 20 15 473 106 73
Binary 11011111 1001101 10111011 0 1000001 10000 1101 100111011 1000110 111011

Color Harmonies of #DF4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4DBB

Black with #DF4DBB

Text Example


Text Example

White with #DF4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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