Html Css Color HEX #DF46DB Free Speech Magenta

📋 copy color: '#DF46DB'

red 223 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Magenta #DF46DB

Tints of Free Speech Magenta #DF46DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.67%

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

R = 43.55%
G = 13.67%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF46DB (or 0xDF46DB) is known color: Free Speech Magenta. HEX triplet: DF, 46 and DB. RGB value is (223,70,219). Sum of RGB (Red+Green+Blue) = 223+70+219=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46DB is #20B924. Grayscale: #848484. Windows color (decimal): -2144549 or 14370527. OLE color: 14370527.

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

Color convert

RGB 223 70 219 -
CMYK 0 0.69 0.02 0.13
HSL 301.57º 0.71% 0.57% -
HSV(B) 301.57º 0.69% 0.87% -
XYZ 45.41 25.18 69.49 -
YUV 132.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 223 70 219 0 0.69 0.02 0.13 301.57 0.71 0.57
Hex DF 46 DB 0 45 2 D 12E 47 39
Octal 337 106 333 0 105 2 15 456 107 71
Binary 11011111 1000110 11011011 0 1000101 10 1101 100101110 1000111 111001

Color Harmonies of #DF46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF46DB

Black with #DF46DB

Text Example


Text Example

White with #DF46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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