Html Css Color HEX #DF63BF Free Speech Magenta

📋 copy color: '#DF63BF'

red 223 ◦ green 99 ◦ blue 191

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

Shades of Free Speech Magenta #DF63BF

Tints of Free Speech Magenta #DF63BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.3%

 BLUE value IS 191 (75% from 255) = 37.23%

R = 43.47%
G = 19.3%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF63BF (or 0xDF63BF) is known color: Free Speech Magenta. HEX triplet: DF, 63 and BF. RGB value is (223,99,191). Sum of RGB (Red+Green+Blue) = 223+99+191=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63BF is #209C40. Grayscale: #929292. Windows color (decimal): -2137153 or 12542943. OLE color: 12542943.

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

Color convert

RGB 223 99 191 -
CMYK 0 0.56 0.14 0.13
HSL 315.48º 0.66% 0.63% -
HSV(B) 315.48º 0.56% 0.87% -
XYZ 44.3 28.37 52.43 -
YUV 146.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 223 99 191 0 0.56 0.14 0.13 315.48 0.66 0.63
Hex DF 63 BF 0 38 E D 13B 42 3F
Octal 337 143 277 0 70 16 15 473 102 77
Binary 11011111 1100011 10111111 0 111000 1110 1101 100111011 1000010 111111

Color Harmonies of #DF63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63BF

Black with #DF63BF

Text Example


Text Example

White with #DF63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63BF; }

 p { color: rgb(223,99,191); }

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

background-color css

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

 a { background-color: rgb(223,99,191); }

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

border-color css

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

 span { border-color: rgb(223,99,191); }

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