Html Css Color HEX #DF46BB Free Speech Magenta

📋 copy color: '#DF46BB'

red 223 ◦ green 70 ◦ blue 187

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

Shades of Free Speech Magenta #DF46BB

Tints of Free Speech Magenta #DF46BB

RGB

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

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

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

R = 46.46%
G = 14.58%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF46BB (or 0xDF46BB) is known color: Free Speech Magenta. HEX triplet: DF, 46 and BB. RGB value is (223,70,187). Sum of RGB (Red+Green+Blue) = 223+70+187=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46BB is #20B944. Grayscale: #808080. Windows color (decimal): -2144581 or 12273375. OLE color: 12273375.

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

Color convert

RGB 223 70 187 -
CMYK 0 0.69 0.16 0.13
HSL 314.12º 0.71% 0.57% -
HSV(B) 314.12º 0.69% 0.87% -
XYZ 41.59 23.66 49.39 -
YUV 129.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 223 70 187 0 0.69 0.16 0.13 314.12 0.71 0.57
Hex DF 46 BB 0 45 10 D 13A 47 39
Octal 337 106 273 0 105 20 15 472 107 71
Binary 11011111 1000110 10111011 0 1000101 10000 1101 100111010 1000111 111001

Color Harmonies of #DF46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF46BB

Black with #DF46BB

Text Example


Text Example

White with #DF46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF46BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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