Html Css Color HEX #DF5CDB Free Speech Magenta

📋 copy color: '#DF5CDB'

red 223 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #DF5CDB

Tints of Free Speech Magenta #DF5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.23%

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

R = 41.76%
G = 17.23%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF5CDB (or 0xDF5CDB) is known color: Free Speech Magenta. HEX triplet: DF, 5C and DB. RGB value is (223,92,219). Sum of RGB (Red+Green+Blue) = 223+92+219=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CDB is #20A324. Grayscale: #919191. Windows color (decimal): -2138917 or 14376159. OLE color: 14376159.

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

Color convert

RGB 223 92 219 -
CMYK 0 0.59 0.02 0.13
HSL 301.83º 0.67% 0.62% -
HSV(B) 301.83º 0.59% 0.87% -
XYZ 47.04 28.46 70.03 -
YUV 145.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 223 92 219 0 0.59 0.02 0.13 301.83 0.67 0.62
Hex DF 5C DB 0 3B 2 D 12E 43 3E
Octal 337 134 333 0 73 2 15 456 103 76
Binary 11011111 1011100 11011011 0 111011 10 1101 100101110 1000011 111110

Color Harmonies of #DF5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5CDB

Black with #DF5CDB

Text Example


Text Example

White with #DF5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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