Html Css Color HEX #DF63CF Free Speech Magenta

📋 copy color: '#DF63CF'

red 223 ◦ green 99 ◦ blue 207

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

Shades of Free Speech Magenta #DF63CF

Tints of Free Speech Magenta #DF63CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 42.16%
G = 18.71%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF63CF (or 0xDF63CF) is known color: Free Speech Magenta. HEX triplet: DF, 63 and CF. RGB value is (223,99,207). Sum of RGB (Red+Green+Blue) = 223+99+207=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63CF is #209C30. Grayscale: #949494. Windows color (decimal): -2137137 or 13591519. OLE color: 13591519.

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

Color convert

RGB 223 99 207 -
CMYK 0 0.56 0.07 0.13
HSL 307.74º 0.66% 0.63% -
HSV(B) 307.74º 0.56% 0.87% -
XYZ 46.16 29.12 62.22 -
YUV 148.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 223 99 207 0 0.56 0.07 0.13 307.74 0.66 0.63
Hex DF 63 CF 0 38 7 D 134 42 3F
Octal 337 143 317 0 70 7 15 464 102 77
Binary 11011111 1100011 11001111 0 111000 111 1101 100110100 1000010 111111

Color Harmonies of #DF63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63CF

Black with #DF63CF

Text Example


Text Example

White with #DF63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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