Html Css Color HEX #DF4BDB Free Speech Magenta

📋 copy color: '#DF4BDB'

red 223 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #DF4BDB

Tints of Free Speech Magenta #DF4BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 43.13%
G = 14.51%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF4BDB (or 0xDF4BDB) is known color: Free Speech Magenta. HEX triplet: DF, 4B and DB. RGB value is (223,75,219). Sum of RGB (Red+Green+Blue) = 223+75+219=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BDB is #20B424. Grayscale: #878787. Windows color (decimal): -2143269 or 14371807. OLE color: 14371807.

HSL color Cylindrical-coordinate representation of color #DF4BDB: hue angle of 301.62º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4BDB is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 75 219 -
CMYK 0 0.66 0.02 0.13
HSL 301.62º 0.7% 0.58% -
HSV(B) 301.62º 0.66% 0.87% -
XYZ 45.73 25.83 69.59 -
YUV 135.67 175.03 190.29 -
System Red Green Blue C M Y K H S L
Decimal 223 75 219 0 0.66 0.02 0.13 301.62 0.7 0.58
Hex DF 4B DB 0 42 2 D 12E 46 3A
Octal 337 113 333 0 102 2 15 456 106 72
Binary 11011111 1001011 11011011 0 1000010 10 1101 100101110 1000110 111010

Color Harmonies of #DF4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4BDB

Black with #DF4BDB

Text Example


Text Example

White with #DF4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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